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