190 references to DelegateDeclarationSyntax
Microsoft.CodeAnalysis.CSharp (42)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (10)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Features (15)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (38)
Microsoft.CodeAnalysis.CSharp.Workspaces (29)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
1781DelegateDeclarationSyntax @delegate => @delegate.WithTypeParameterList(typeParameterList),
1835DelegateDeclarationSyntax @delegate => @delegate.WithConstraintClauses(WithTypeConstraints(@delegate.ConstraintClauses, typeParameterName, kinds, isUnmanagedType, types)),
1904DelegateDeclarationSyntax delegateDeclaration => delegateDeclaration.Identifier.ValueText,
1931DelegateDeclarationSyntax delegateDeclaration => ReplaceWithTrivia(declaration, delegateDeclaration.Identifier, id),
1967return NotVoid(((DelegateDeclarationSyntax)declaration).ReturnType);
2007SyntaxKind.DelegateDeclaration => ((DelegateDeclarationSyntax)declaration).WithReturnType((TypeSyntax)type),
2231return ((DelegateDeclarationSyntax)declaration).WithParameterList(list);
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (11)
Microsoft.DotNet.GenFacades (4)
Microsoft.VisualStudio.LanguageServices.CSharp (24)