1 write to _window
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
631_window = window;
5 references to _window
Microsoft.VisualStudio.LanguageServices.CSharp (5)
SemanticSearch\SemanticSearchToolWindowImpl.cs (5)
656_window.SubmitCopilotQuery(_copilotUI.Input.Text, _copilotUI.ModelPicker.Text); 660if (!_window.IsExecutingUIState()) 662_window.RunQuery(); 669if (_window.IsExecutingUIState()) 671_window.CancelQuery();