1 write to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
45_classificationFormatMapService = classificationFormatMapService;
3 references to _classificationFormatMapService
Microsoft.VisualStudio.LanguageServices (3)
HACK_ThemeColorFixer.cs (3)
48_textFormatMap = _classificationFormatMapService.GetClassificationFormatMap("text"); 61var textFormatMap = _classificationFormatMapService.GetClassificationFormatMap("text"); 62var tooltipFormatMap = _classificationFormatMapService.GetClassificationFormatMap("tooltip");