3 references to JsonKeyword
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (2)
147
AddClassification(node.NewKeyword, ClassificationTypeNames.
JsonKeyword
);
174
AddClassification(literalToken, ClassificationTypeNames.
JsonKeyword
);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
93
JsonKeyword
,