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