1 write to _listenerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\Completion\InteractiveCommandCompletionService.cs (1)
25
_listenerProvider
= listenerProvider;
1 reference to _listenerProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\Completion\InteractiveCommandCompletionService.cs (1)
29
=> new InteractiveCommandCompletionService(languageServices.LanguageServices.SolutionServices,
_listenerProvider
);