1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
80
_asyncListener
= asyncListener;
1 reference to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
481
var navigationActionFactory = new NavigationActionFactory(document, _threadingContext, _operationExecutor,
_asyncListener
, _streamingPresenter);