3 references to NewArrayBounds
System.Linq.Expressions (3)
System\Linq\Expressions\IndexExpression.cs (1)
171
/// or through <see cref="
NewArrayBounds
(Type, IEnumerable{Expression})"/> or <see cref="NewArrayInit(Type, IEnumerable{Expression})"/>.</remarks>
System\Linq\Expressions\NewArrayExpression.cs (2)
77
:
NewArrayBounds
(Type.GetElementType()!, expressions);
201
return
NewArrayBounds
(type, (IEnumerable<Expression>)bounds);