2 references to ArgumentList
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
19033
if (type != this.Type || argumentList != this.
ArgumentList
)
28453
=> node.Update((TypeSyntax)Visit(node.Type), (ArgumentListSyntax)Visit(node.
ArgumentList
));