1 write to _classificationTypeMap
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
58
_classificationTypeMap
= classificationTypeMap;
2 references to _classificationTypeMap
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerViewModel.cs (2)
120
IgnoredFrame ignoredFrame => new IgnoredFrameViewModel(ignoredFrame, _formatMap,
_classificationTypeMap
),
121
ParsedStackFrame stackFrame => new StackFrameViewModel(stackFrame, _threadingContext, _workspace, _formatMap,
_classificationTypeMap
),