1 write to Root
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
130
Root
= new StackTraceExplorerRoot(new StackTraceExplorerRootViewModel(threadingContext, workspace, formatMap, typeMap))
9 references to Root
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
145
window.
Root
?.ViewModel.DoPasteSynchronously(default);
169
window.
Root
?.ViewModel?.DoPasteSynchronously(default);
177
window.
Root
?.OnClear();
StackTraceExplorer\StackTraceExplorerToolWindow.cs (6)
49
Root
?.ViewModel.DoPasteAsync(default).FileAndForget("StackTraceExplorerPaste");
61
if (
Root
is null)
72
if (
Root
.ViewModel.ContainsTab(text))
80
await
Root
.ViewModel.AddNewTabAsync(result, text, cancellationToken).ConfigureAwait(false);
138
contentRoot.Children.Add(
Root
);
179
Root
?.ViewModel.DoPasteSynchronously(default);