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