2 references to DelegateKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
5055
if (modifiers != this.Modifiers || delegateKeyword != this.
DelegateKeyword
|| parameterList != this.ParameterList || block != this.Block || expressionBody != this.ExpressionBody)
28090
=> node.Update(VisitList(node.Modifiers), (SyntaxToken)Visit(node.
DelegateKeyword
), (ParameterListSyntax)Visit(node.ParameterList), (BlockSyntax)Visit(node.Block), (ExpressionSyntax)Visit(node.ExpressionBody));