1 write to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
67_classificationFormatMapService = classificationFormatMapService;
2 references to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackingCommandHandler.cs (2)
123var classificationFormatMap = _classificationFormatMapService.GetClassificationFormatMap(textView); 198var viewModel = new ValueTrackingTreeViewModel(_classificationFormatMapService.GetClassificationFormatMap(textView), _typeMap, _formatMapService);