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