7 references to Delegate
Microsoft.CodeAnalysis.CSharp (7)
Declarations\DeclarationKind.cs (1)
43case SyntaxKind.DelegateDeclaration: return DeclarationKind.Delegate;
Declarations\DeclarationTreeBuilder.cs (2)
107DeclarationKind.Delegate => false, 825kind: DeclarationKind.Delegate,
Declarations\SingleTypeDeclaration.cs (1)
276if (thisDecl._kind is DeclarationKind.Enum or DeclarationKind.Delegate or DeclarationKind.Extension)
Symbols\EnumConversions.cs (1)
26case DeclarationKind.Delegate:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
82case DeclarationKind.Delegate:
Symbols\Source\SourceNamespaceSymbol.cs (1)
412case DeclarationKind.Delegate: