1 write to _asyncOperationListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\InProcOrRemoteHostAnalyzerRunner.cs (1)
36
_asyncOperationListener
= operationListener ?? AsynchronousOperationListenerProvider.NullListener;
1 reference to _asyncOperationListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\InProcOrRemoteHostAnalyzerRunner.cs (1)
128
var asyncToken =
_asyncOperationListener
.BeginAsyncOperation(nameof(AnalyzeInProcAsync));