6 references to Delegate
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationKind.cs (1)
42
case SyntaxKind.DelegateDeclaration: return DeclarationKind.
Delegate
;
Declarations\DeclarationTreeBuilder.cs (1)
724
kind: DeclarationKind.
Delegate
,
Declarations\SingleTypeDeclaration.cs (1)
252
if (thisDecl._kind == DeclarationKind.Enum || thisDecl._kind == DeclarationKind.
Delegate
)
Symbols\EnumConversions.cs (1)
26
case DeclarationKind.
Delegate
:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
92
case DeclarationKind.
Delegate
:
Symbols\Source\SourceNamespaceSymbol.cs (1)
434
case DeclarationKind.
Delegate
: