1 instantiation of StackTraceExplorerRoot
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
130
Root = 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)
47
internal Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.
StackTraceExplorerRoot
Root;
100
this.Root = ((Microsoft.VisualStudio.LanguageServices.StackTraceExplorer.
StackTraceExplorerRoot
)(target));
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
37
public
StackTraceExplorerRoot
? Root { get; private set; }