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