13 references to PropertyName
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
88=> New(text, ClassificationTypeNames.PropertyName);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
230return ClassificationTypeNames.PropertyName;
Classification\SyntaxClassification\NameSyntaxClassifier.cs (1)
204classifiedSpan = new ClassifiedSpan(token.Span, ClassificationTypeNames.PropertyName);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
162[Name(ClassificationTypeNames.PropertyName)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
523[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.PropertyName)] 524[Name(ClassificationTypeNames.PropertyName)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
87=> New(text, ClassificationTypeNames.PropertyName);
Microsoft.CodeAnalysis.Features (2)
Common\TaggedText.cs (1)
167TextTags.Property => ClassificationTypeNames.PropertyName,
SpellCheck\AbstractSpellCheckSpanService.cs (1)
232case ClassificationTypeNames.PropertyName:
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
48[ClassificationTypeNames.PropertyName] = SemanticTokenTypes.Property,
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
53PropertyName,
Classification\Classifier.cs (1)
179ClassificationTypeNames.PropertyName => SymbolDisplayPartKind.PropertyName,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
178UpdateForegroundColor(ClassificationTypeNames.PropertyName, sourceFormatMap, targetFormatMap);