19 references to Identifier
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
144=> New(text, ClassificationTypeNames.Identifier);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticClassifierTests.cs (2)
6062new ClassifiedSpan(ClassificationTypeNames.Identifier, new TextSpan(17, 5)), 6093new ClassifiedSpan(ClassificationTypeNames.Identifier, new TextSpan(24, 5)),
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Classification\ClassificationHelpers.cs (3)
279return ClassificationTypeNames.Identifier; 518var wasIdentifier = classificationType == ClassificationTypeNames.Identifier; 553isKeyword ? ClassificationTypeNames.Keyword : ClassificationTypeNames.Identifier, span);
Classification\Worker_Preprocesser.cs (3)
126AddClassification(identifier.Identifier, ClassificationTypeNames.Identifier); 212AddClassification(node.Name, ClassificationTypeNames.Identifier); 220AddClassification(node.Name, ClassificationTypeNames.Identifier);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
147=> New(text, ClassificationTypeNames.Identifier);
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
168TextTags.Alias or TextTags.Assembly or TextTags.ErrorType or TextTags.RangeVariable => ClassificationTypeNames.Identifier,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
26[ClassificationTypeNames.Identifier] = SemanticTokenTypes.Variable,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
229Return ClassificationTypeNames.Identifier
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
20Identifier,
Classification\Classifier.cs (1)
156ClassificationTypeNames.Identifier => SymbolDisplayPartKind.Text,
Microsoft.VisualStudio.LanguageServices (4)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (3)
48[ClassificationTypeNames.Identifier] = DarkThemeIdentifier, 58[ClassificationTypeNames.Identifier] = LightThemeIdentifier, 197_ => coreThemeColors[ClassificationTypeNames.Identifier]
HACK_ThemeColorFixer.cs (1)
119UpdateForegroundColor(ClassificationTypeNames.Identifier, sourceFormatMap, targetFormatMap);