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