1 instantiation of EmptyAsyncToken
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\EmptyAsyncToken.cs (1)
9public static IAsyncToken Instance { get; } = new EmptyAsyncToken();
2 references to EmptyAsyncToken
Microsoft.CodeAnalysis.Workspaces (2)
Shared\TestHooks\AsynchronousOperationListenerProvider+NullOperationListener.cs (1)
21[CallerLineNumber] int lineNumber = 0) => EmptyAsyncToken.Instance;
Shared\TestHooks\TaskExtensions.cs (1)
32if (token == null || token == EmptyAsyncToken.Instance)