11 references to Identifier
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
Classification\ClassificationHelpers.cs (3)
298
return ClassificationTypeNames.
Identifier
;
538
var wasIdentifier = classificationType == ClassificationTypeNames.
Identifier
;
573
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.Workspaces (2)
Classification\ClassificationTypeNames.cs (1)
20
Identifier
,
Classification\Classifier.cs (1)
156
ClassificationTypeNames.
Identifier
=> SymbolDisplayPartKind.Text,