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