3 references to Update
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
1525
=> node.
Update
((TypeSyntax?)Visit(node.ElementType) ?? throw new ArgumentNullException("elementType"), VisitList(node.RankSpecifiers));
Syntax.xml.Syntax.Generated.cs (2)
411
public ArrayTypeSyntax WithElementType(TypeSyntax elementType) =>
Update
(elementType, this.RankSpecifiers);
412
public ArrayTypeSyntax WithRankSpecifiers(SyntaxList<ArrayRankSpecifierSyntax> rankSpecifiers) =>
Update
(this.ElementType, rankSpecifiers);