1 write to _streamingPresenter
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
41
_streamingPresenter
= streamingPresenter;
1 reference to _streamingPresenter
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
51
return new CompletionSource(textView,
_streamingPresenter
, _threadingContext, _operationExecutor, _listener, _editorOptionsService);