1 write to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
40_asyncListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.SourceGenerators);
2 references to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (2)
48asyncListener: _asyncListener, 67var asyncToken = _asyncListener.BeginAsyncOperation($"{nameof(SourceGeneratorRefreshQueue)}.{nameof(OnLspSolutionChanged)}");