1 write to Root
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
131
Root
= new StackTraceExplorerRoot(new StackTraceExplorerRootViewModel(threadingContext, workspace, formatMap, typeMap))
9 references to Root
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
136
window.
Root
?.ViewModel.DoPasteSynchronously(default);
160
window.
Root
?.ViewModel?.DoPasteSynchronously(default);
168
window.
Root
?.OnClear();
StackTraceExplorer\StackTraceExplorerToolWindow.cs (6)
50
Root
?.ViewModel.DoPasteAsync(default).FileAndForget("StackTraceExplorerPaste");
62
if (
Root
is null)
73
if (
Root
.ViewModel.ContainsTab(text))
81
await
Root
.ViewModel.AddNewTabAsync(result, text, cancellationToken).ConfigureAwait(false);
139
contentRoot.Children.Add(
Root
);
180
Root
?.ViewModel.DoPasteSynchronously(default);