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