1 write to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractOleCommandTarget.cs (1)
68
NextCommandTarget
= nextCommandTarget;
8 references to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (8)
Implementation\AbstractOleCommandTarget.Execute.cs (6)
31
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
44
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
65
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
68
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
104
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
107
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);