220 references to DelegateDeclarationSyntax
Microsoft.CodeAnalysis.CSharp (42)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (11)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Features (18)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (38)
Microsoft.CodeAnalysis.CSharp.Workspaces (31)
CodeGeneration\CSharpSyntaxGenerator.cs (8)
806if (member is BaseTypeDeclarationSyntax or DelegateDeclarationSyntax)
1765DelegateDeclarationSyntax @delegate => @delegate.WithTypeParameterList(typeParameterList),
1819DelegateDeclarationSyntax @delegate => @delegate.WithConstraintClauses(WithTypeConstraints(@delegate.ConstraintClauses, typeParameterName, kinds, isUnmanagedType, types)),
2049DelegateDeclarationSyntax delegateDeclaration => delegateDeclaration.Identifier.ValueText,
2076DelegateDeclarationSyntax delegateDeclaration => ReplaceWithTrivia(declaration, delegateDeclaration.Identifier, id),
2112return NotVoid(((DelegateDeclarationSyntax)declaration).ReturnType);
2152SyntaxKind.DelegateDeclaration => ((DelegateDeclarationSyntax)declaration).WithReturnType((TypeSyntax)type),
2373return ((DelegateDeclarationSyntax)declaration).WithParameterList(list);
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (11)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.DotNet.GenFacades (4)
Microsoft.VisualStudio.LanguageServices.CSharp (24)
Roslyn.Diagnostics.CSharp.Analyzers (20)