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