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