1 write to _hintClassification
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
66
_hintClassification
= taggerProvider.ClassificationTypeRegistryService.GetClassificationType(InlineHintsTag.TagId);
1 reference to _hintClassification
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
124
_format ??= _formatMap.GetTextProperties(
_hintClassification
);