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