1 write to _window
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
710_window = window;
5 references to _window
Microsoft.VisualStudio.LanguageServices.CSharp (5)
SemanticSearch\SemanticSearchToolWindowImpl.cs (5)
735_window.SubmitCopilotQuery(_copilotUI.Input.Text, _copilotUI.ModelPicker.Text); 739if (!_window.IsExecutingUIState()) 741_window.RunQuery(); 748if (_window.IsExecutingUIState()) 750_window.CancelQuery();