3 references to StackTraceExplorerCommandId
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
180var menuCommandId = new CommandID(Guids.StackTraceExplorerCommandId, 0x0100); 184var pasteCommandId = new CommandID(Guids.StackTraceExplorerCommandId, 0x0101); 185var clearCommandId = new CommandID(Guids.StackTraceExplorerCommandId, 0x0102);