1 instantiation of StackTraceExplorerRoot
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
130Root = new StackTraceExplorerRoot(new StackTraceExplorerRootViewModel(threadingContext, workspace, formatMap, typeMap))
3 references to StackTraceExplorerRoot
Microsoft.VisualStudio.LanguageServices (3)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\StackTraceExplorer\StackTraceExplorerRoot.g.cs (2)
47internal Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.StackTraceExplorerRoot Root; 100this.Root = ((Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.StackTraceExplorerRoot)(target));
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
37public StackTraceExplorerRoot? Root { get; private set; }