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