2 references to ArgumentList
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
4217
if (expression != this.Expression || argumentList != this.
ArgumentList
)
28066
=> node.Update((ExpressionSyntax)Visit(node.Expression), (BracketedArgumentListSyntax)Visit(node.
ArgumentList
));