1 instantiation of StackTraceExplorerRoot
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
131Root = new StackTraceExplorerRoot(new StackTraceExplorerRootViewModel(threadingContext, workspace, formatMap, typeMap))
3 references to StackTraceExplorerRoot
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
38public StackTraceExplorerRoot? Root { get; private set; }
StackTraceExplorerRoot.g.cs (2)
48internal Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.StackTraceExplorerRoot Root; 101this.Root = ((Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.StackTraceExplorerRoot)(target));