3 references to AddClassification
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (2)
98context.AddClassification(ClassificationTypeNames.JsonPunctuation, token.GetSpan()); 123Context.AddClassification(typeName, token.GetSpan());
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
111Context.AddClassification(typeName, token.GetSpan());