8 references to JsonPropertyName
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
341[Name(ClassificationTypeNames.JsonPropertyName)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
1087[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.JsonPropertyName)] 1088[Name(ClassificationTypeNames.JsonPropertyName)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Json.cs (1)
21public static FormattedClassification PropertyName(string value) => New(value, ClassificationTypeNames.JsonPropertyName);
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\JsonClassifier.cs (1)
145AddClassification(node.NameToken, ClassificationTypeNames.JsonPropertyName);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
145[ClassificationTypeNames.JsonPropertyName] = JsonPropertyName,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
96JsonPropertyName,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
152UpdateForegroundColor(ClassificationTypeNames.JsonPropertyName, sourceFormatMap, targetFormatMap);