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);
739
if (!
_window
.IsExecutingUIState())
741
_window
.RunQuery();
748
if (
_window
.IsExecutingUIState())
750
_window
.CancelQuery();