7 references to Delegate
Microsoft.CodeAnalysis.CSharp (7)
Declarations\DeclarationKind.cs (1)
42case SyntaxKind.DelegateDeclaration: return DeclarationKind.Delegate;
Declarations\DeclarationTreeBuilder.cs (2)
107DeclarationKind.Delegate => false, 818kind: DeclarationKind.Delegate,
Declarations\SingleTypeDeclaration.cs (1)
263if (thisDecl._kind == DeclarationKind.Enum || thisDecl._kind == DeclarationKind.Delegate)
Symbols\EnumConversions.cs (1)
26case DeclarationKind.Delegate:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
81case DeclarationKind.Delegate:
Symbols\Source\SourceNamespaceSymbol.cs (1)
410case DeclarationKind.Delegate: