1 instantiation of StackTraceExplorerTab
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerRootViewModel.cs (1)
52var newTab = new StackTraceExplorerTab(_threadingContext, _workspace, _formatMap, _typeMap, highestIndex + 1);
6 references to StackTraceExplorerTab
Microsoft.VisualStudio.LanguageServices (6)
StackTraceExplorer\StackTraceExplorerRoot.xaml.cs (1)
43if (sender is StackTraceExplorerTab tab)
StackTraceExplorer\StackTraceExplorerRootViewModel.cs (5)
32public ObservableCollection<StackTraceExplorerTab> Tabs { get; } = []; 33public StackTraceExplorerTab? SelectedTab 52var newTab = new StackTraceExplorerTab(_threadingContext, _workspace, _formatMap, _typeMap, highestIndex + 1); 94var tab = (StackTraceExplorerTab)sender;