2 references to ArgumentList
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
6838
if (withKeyword != this.WithKeyword || argumentList != this.
ArgumentList
)
28141
=> node.Update((SyntaxToken)Visit(node.WithKeyword), (ArgumentListSyntax)Visit(node.
ArgumentList
));