1 write to _editorCommandTarget
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
712
ErrorHandler.ThrowOnFailure(textView.AddCommandFilter(this, out
_editorCommandTarget
));
2 references to _editorCommandTarget
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
721
var target = HasCopilotInputFocus ? _copilotUI.Input.CommandTarget :
_editorCommandTarget
;
758
var target = HasCopilotInputFocus ? _copilotUI.Input.CommandTarget :
_editorCommandTarget
;