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)
119IgnoredFrame ignoredFrame => new IgnoredFrameViewModel(ignoredFrame, _formatMap, _classificationTypeMap), 120ParsedStackFrame stackFrame => new StackFrameViewModel(stackFrame, _threadingContext, _workspace, _formatMap, _classificationTypeMap),