9 references to DelegateName
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\SymbolDisplayVisitor.cs (1)
125case SymbolDisplayPartKind.DelegateName:
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
652return SymbolDisplayPartKind.DelegateName;
Microsoft.CodeAnalysis.Features (3)
CodeLens\CodeLensReferencesService.cs (1)
418case SymbolDisplayPartKind.DelegateName:
Common\SymbolDisplayPartKindTags.cs (2)
17return SymbolDisplayPartKind.DelegateName; 43SymbolDisplayPartKind.DelegateName => TextTags.Delegate,
Microsoft.CodeAnalysis.VisualBasic (3)
SymbolDisplay\SymbolDisplayVisitor.Types.vb (2)
262partKind = SymbolDisplayPartKind.DelegateName 343Builder.Add(CreatePart(SymbolDisplayPartKind.DelegateName, symbol, "<generated method>", True))
SymbolDisplay\SymbolDisplayVisitor.vb (1)
115SymbolDisplayPartKind.DelegateName,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\Classifier.cs (1)
167ClassificationTypeNames.DelegateName => SymbolDisplayPartKind.DelegateName,