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