1 write to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
66
_asyncListener
= asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Classification);
2 references to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (2)
88
asyncListener:
_asyncListener
,
114
eventSource = new CompilationAvailableEventSource(
_asyncListener
);