1 write to _copilotUI
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
711
_copilotUI
= copilotUI;
6 references to _copilotUI
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
715
[MemberNotNullWhen(true, nameof(
_copilotUI
))]
717
=>
_copilotUI
?.Input.View.HasAggregateFocus == true;
721
var target = HasCopilotInputFocus ?
_copilotUI
.Input.CommandTarget : _editorCommandTarget;
735
_window.SubmitCopilotQuery(
_copilotUI
.Input.Text,
_copilotUI
.ModelPicker.Text);
758
var target = HasCopilotInputFocus ?
_copilotUI
.Input.CommandTarget : _editorCommandTarget;