1 instantiation of StackFrameViewModel
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
121ParsedStackFrame stackFrame => new StackFrameViewModel(stackFrame, _threadingContext, _workspace, _formatMap, _classificationTypeMap),
1 reference to StackFrameViewModel
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorer.xaml.cs (1)
40if (ViewModel.Selection is StackFrameViewModel stackFrameViewModel)