1 write to _listener
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
47
_listener
= listenerProvider.GetListener(FeatureAttribute.QuickInfo);
1 reference to _listener
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
58
textBuffer, _threadingContext, _operationExecutor,
_listener
, _streamingPresenter, _editorOptionsService, _inlineRenameService);