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);
660
if (!
_window
.IsExecutingUIState())
662
_window
.RunQuery();
669
if (
_window
.IsExecutingUIState())
671
_window
.CancelQuery();