1 write to _copilotUI
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
632
_copilotUI
= copilotUI;
6 references to _copilotUI
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
636
[MemberNotNullWhen(true, nameof(
_copilotUI
))]
638
=>
_copilotUI
?.Input.View.HasAggregateFocus == true;
642
var target = HasCopilotInputFocus ?
_copilotUI
.Input.CommandTarget : _editorCommandTarget;
656
_window.SubmitCopilotQuery(
_copilotUI
.Input.Text,
_copilotUI
.ModelPicker.Text);
679
var target = HasCopilotInputFocus ?
_copilotUI
.Input.CommandTarget : _editorCommandTarget;