7 references to SemanticSearchToolWindowImpl
Microsoft.VisualStudio.LanguageServices.CSharp (7)
SemanticSearch\SemanticSearchDocumentNavigationService.cs (1)
22internal sealed class SemanticSearchDocumentNavigationService(SemanticSearchToolWindowImpl window)
SemanticSearch\SemanticSearchToolWindow.cs (2)
19internal sealed class SemanticSearchToolWindow(MefInjection<SemanticSearchToolWindowImpl> impl) : ToolWindow 28private SemanticSearchToolWindowImpl _impl = null!;
SemanticSearch\SemanticSearchToolWindowController.cs (1)
25SemanticSearchToolWindowImpl toolWindowImpl,
SemanticSearch\SemanticSearchToolWindowImpl.cs (3)
45[Export(typeof(SemanticSearchToolWindowImpl))] 445private readonly SemanticSearchToolWindowImpl _window; 448public CommandFilter(SemanticSearchToolWindowImpl window, IVsTextView textView)