39 references to DelegateName
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\SymbolDisplayVisitor.cs (1)
125
case SymbolDisplayPartKind.
DelegateName
:
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
653
return SymbolDisplayPartKind.
DelegateName
;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (30)
SymbolDisplay\SymbolDisplayTests.cs (30)
2446
SymbolDisplayPartKind.
DelegateName
,
2459
SymbolDisplayPartKind.
DelegateName
,
2492
SymbolDisplayPartKind.
DelegateName
,
2501
SymbolDisplayPartKind.
DelegateName
,
3177
SymbolDisplayPartKind.
DelegateName
,
3209
SymbolDisplayPartKind.
DelegateName
,
3234
SymbolDisplayPartKind.
DelegateName
,
3270
SymbolDisplayPartKind.
DelegateName
,
3775
SymbolDisplayPartKind.Keyword, SymbolDisplayPartKind.Space, SymbolDisplayPartKind.Keyword, SymbolDisplayPartKind.Space, SymbolDisplayPartKind.
DelegateName
,
3776
SymbolDisplayPartKind.Punctuation, SymbolDisplayPartKind.
DelegateName
, SymbolDisplayPartKind.Punctuation);
3787
SymbolDisplayPartKind.Keyword, SymbolDisplayPartKind.Space, SymbolDisplayPartKind.
DelegateName
,
3788
SymbolDisplayPartKind.Punctuation, SymbolDisplayPartKind.
DelegateName
, SymbolDisplayPartKind.Space, SymbolDisplayPartKind.ParameterName, SymbolDisplayPartKind.Punctuation);
3842
SymbolDisplayPartKind.
DelegateName
);
3894
SymbolDisplayPartKind.
DelegateName
);
5000
SymbolDisplayPartKind.
DelegateName
,
5860
SymbolDisplayPartKind.
DelegateName
,
5924
SymbolDisplayPartKind.
DelegateName
,
6066
SymbolDisplayPartKind.
DelegateName
,
6140
SymbolDisplayPartKind.
DelegateName
,
7320
SymbolDisplayPartKind.
DelegateName
,
7333
SymbolDisplayPartKind.
DelegateName
,
7571
SymbolDisplayPartKind.
DelegateName
,
7729
SymbolDisplayPartKind.
DelegateName
,
7990
SymbolDisplayPartKind.
DelegateName
,
8520
SymbolDisplayPartKind.
DelegateName
,
8535
SymbolDisplayPartKind.
DelegateName
,
8569
SymbolDisplayPartKind.
DelegateName
);
8576
SymbolDisplayPartKind.
DelegateName
,
8603
SymbolDisplayPartKind.
DelegateName
);
8610
SymbolDisplayPartKind.
DelegateName
,
Microsoft.CodeAnalysis.Features (3)
CodeLens\CodeLensReferencesService.cs (1)
435
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)
259
partKind = SymbolDisplayPartKind.
DelegateName
337
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
,