9 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.VisualBasic (3)
SymbolDisplay\SymbolDisplayVisitor.Types.vb (2)
262
partKind = SymbolDisplayPartKind.
DelegateName
343
Builder.Add(CreatePart(SymbolDisplayPartKind.
DelegateName
, symbol, "<generated method>", True))
SymbolDisplay\SymbolDisplayVisitor.vb (1)
115
SymbolDisplayPartKind.
DelegateName
,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\Classifier.cs (1)
167
ClassificationTypeNames.DelegateName => SymbolDisplayPartKind.
DelegateName
,