We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77db04f commit 3b20ff5Copy full SHA for 3b20ff5
ReSharper.FSharp/src/FSharp/FSharp.ProjectModelBase/src/FSharpAsyncUtil.cs
@@ -1,5 +1,4 @@
1
using System;
2
-using System.Diagnostics;
3
using System.Threading;
4
using System.Threading.Tasks;
5
using FSharp.Compiler;
@@ -23,7 +22,6 @@ public static class FSharpAsyncUtil
23
22
24
private static readonly FSharpReadLockRequestsQueue ReadRequests = new();
25
26
- [Conditional("JET_MODE_ASSERT")]
27
public static void CheckAndThrow()
28
{
29
// If the FCS cancellation token is set, then this is FCS background analysis thread.
0 commit comments