9 references to JsonKeyword
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
311[Name(ClassificationTypeNames.JsonKeyword)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
1003[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.JsonKeyword)] 1004[Name(ClassificationTypeNames.JsonKeyword)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Json.cs (1)
33public static FormattedClassification Keyword(string value) => New(value, ClassificationTypeNames.JsonKeyword);
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (2)
151AddClassification(node.NewKeyword, ClassificationTypeNames.JsonKeyword); 178AddClassification(literalToken, ClassificationTypeNames.JsonKeyword);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
139[ClassificationTypeNames.JsonKeyword] = JsonKeyword,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
90JsonKeyword,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
147UpdateForegroundColor(ClassificationTypeNames.JsonKeyword, sourceFormatMap, targetFormatMap);