3 writes to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (1)
83
this.
NextCommandTarget
= nextCommandFilter;
Implementation\AbstractOleCommandTarget.cs (1)
66
NextCommandTarget
= nextCommandTarget;
Venus\VenusCommandFilter.cs (1)
40
NextCommandTarget
= vsCommandHandlerServiceAdapter;
13 references to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (13)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (5)
92
return
NextCommandTarget
.Exec(pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
113
return
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
122
result =
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
128
result =
NextCommandTarget
.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
138
NextCommandTarget
.Exec(VSConstants.VSStd2K, (uint)VSConstants.VSStd2KCmdID.SHOWMEMBERLIST,
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);