3 writes to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (1)
83this.NextCommandTarget = nextCommandFilter;
Implementation\AbstractOleCommandTarget.cs (1)
66NextCommandTarget = nextCommandTarget;
Venus\VenusCommandFilter.cs (1)
40NextCommandTarget = vsCommandHandlerServiceAdapter;
13 references to NextCommandTarget
Microsoft.VisualStudio.LanguageServices (13)
DebuggerIntelliSense\DebuggerIntellisenseFilter.cs (5)
92return NextCommandTarget.Exec(pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 113return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 122result = NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 128result = NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 138NextCommandTarget.Exec(VSConstants.VSStd2K, (uint)VSConstants.VSStd2KCmdID.SHOWMEMBERLIST,
Implementation\AbstractOleCommandTarget.Execute.cs (6)
31return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 44return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 65return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 68return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 104return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut); 107return NextCommandTarget.Exec(ref pguidCmdGroup, commandId, executeInformation, pvaIn, pvaOut);
Implementation\AbstractOleCommandTarget.Query.cs (2)
28return NextCommandTarget.QueryStatus(ref pguidCmdGroup, commandCount, prgCmds, commandText); 41return NextCommandTarget.QueryStatus(ref pguidCmdGroup, commandCount, prgCmds, commandText);