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