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)
1760DelegateDeclarationSyntax @delegate => @delegate.WithTypeParameterList(typeParameterList),
1814DelegateDeclarationSyntax @delegate => @delegate.WithConstraintClauses(WithTypeConstraints(@delegate.ConstraintClauses, typeParameterName, kinds, isUnmanagedType, types)),
1883DelegateDeclarationSyntax delegateDeclaration => delegateDeclaration.Identifier.ValueText,
1910DelegateDeclarationSyntax delegateDeclaration => ReplaceWithTrivia(declaration, delegateDeclaration.Identifier, id),
1946return NotVoid(((DelegateDeclarationSyntax)declaration).ReturnType);
1986SyntaxKind.DelegateDeclaration => ((DelegateDeclarationSyntax)declaration).WithReturnType((TypeSyntax)type),
2210return ((DelegateDeclarationSyntax)declaration).WithParameterList(list);
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (11)
Microsoft.DotNet.GenFacades (4)
Microsoft.VisualStudio.LanguageServices.CSharp (24)