1 write to _editorCommandTarget
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
519
ErrorHandler.ThrowOnFailure(textView.AddCommandFilter(this, out
_editorCommandTarget
));
2 references to _editorCommandTarget
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
523
=>
_editorCommandTarget
.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText);
551
return
_editorCommandTarget
.Exec(ref pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut);