11 references to Identifier
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
Classification\ClassificationHelpers.cs (3)
298return ClassificationTypeNames.Identifier; 538var wasIdentifier = classificationType == ClassificationTypeNames.Identifier; 573isKeyword ? ClassificationTypeNames.Keyword : ClassificationTypeNames.Identifier, span);
Classification\Worker_Preprocesser.cs (5)
131AddClassification(identifier.Identifier, ClassificationTypeNames.Identifier); 217AddClassification(node.Name, ClassificationTypeNames.Identifier); 225AddClassification(node.Name, ClassificationTypeNames.Identifier); 436AddClassification(new TextSpan(contentStart + segmentStart, index - segmentStart), ClassificationTypeNames.Identifier); 449AddClassification(new TextSpan(contentStart + segmentStart, end - segmentStart), ClassificationTypeNames.Identifier);
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
174TextTags.Alias or TextTags.Assembly or TextTags.ErrorType or TextTags.RangeVariable => ClassificationTypeNames.Identifier,
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
20Identifier,
Classification\Classifier.cs (1)
156ClassificationTypeNames.Identifier => SymbolDisplayPartKind.Text,