1 write to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (1)
43
_asyncListener
= asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Workspace);
2 references to _asyncListener
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (2)
51
asyncListener:
_asyncListener
,
68
var asyncToken =
_asyncListener
.BeginAsyncOperation($"{nameof(AbstractTextDocumentContentRefreshQueue)}.{nameof(OnLspSolutionChanged)}");