2 writes to _editorCommandTarget
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\DifferenceViewerPreview.cs (2)
45_editorCommandTarget = new NavigationalCommandTarget(host.TextView, 76_editorCommandTarget = null;
4 references to _editorCommandTarget
Microsoft.CodeAnalysis.EditorFeatures (4)
Preview\DifferenceViewerPreview.cs (4)
110if (_hasFocus && _editorCommandTarget != null) 112return _editorCommandTarget.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText); 121if (_hasFocus && _editorCommandTarget != null) 123return _editorCommandTarget.Exec(ref pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut);