1 write to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractOleCommandTarget.cs (1)
68
NextCommandTarget
= nextCommandTarget;
5 references to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (5)
Implementation\AbstractOleCommandTarget.Execute.cs (3)
31
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
40
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
51
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
Implementation\AbstractOleCommandTarget.Query.cs (2)
28
return
NextCommandTarget
.QueryStatus(ref pguidCmdGroup, commandCount, prgCmds, commandText);
41
return
NextCommandTarget
.QueryStatus(ref pguidCmdGroup, commandCount, prgCmds, commandText);