6 references to DelegateName
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\SymbolDisplayVisitor.cs (1)
125
case SymbolDisplayPartKind.
DelegateName
:
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
652
return SymbolDisplayPartKind.
DelegateName
;
Microsoft.CodeAnalysis.Features (3)
CodeLens\CodeLensReferencesService.cs (1)
418
case SymbolDisplayPartKind.
DelegateName
:
Common\SymbolDisplayPartKindTags.cs (2)
17
return SymbolDisplayPartKind.
DelegateName
;
43
SymbolDisplayPartKind.
DelegateName
=> TextTags.Delegate,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\Classifier.cs (1)
167
ClassificationTypeNames.DelegateName => SymbolDisplayPartKind.
DelegateName
,