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)
48
asyncListener:
_asyncListener
,
67
var asyncToken =
_asyncListener
.BeginAsyncOperation($"{nameof(SourceGeneratorRefreshQueue)}.{nameof(OnLspSolutionChanged)}");