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