15 references to NewArrayInit
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
299
Expression.
NewArrayInit
(typeof(object), Expression.Constant(parameter)));
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
299
Expression.
NewArrayInit
(typeof(object), Expression.Constant(parameter)));
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
798
Expression.
NewArrayInit
(
Microsoft.VisualBasic.Core (11)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (11)
332
Expression.
NewArrayInit
(GetType(Object), arguments)
411
Expression.
NewArrayInit
(GetType(Object), arguments)
497
Expression.
NewArrayInit
(GetType(Object), arguments)
566
Expression.
NewArrayInit
(GetType(Object), arguments)
635
Expression.
NewArrayInit
(GetType(Object), arguments)
695
Expression.
NewArrayInit
(GetType(Object), arguments)
752
Expression.
NewArrayInit
(GetType(Object), arguments),
894
Expression.
NewArrayInit
(GetType(Object), New Expression() {IDOUtils.ConvertToObject(target.Expression)})
943
Expression.
NewArrayInit
(GetType(Object), New Expression() {
1009
Expression.
NewArrayInit
(GetType(Object), indexesPlusValue),
1082
Expression.
NewArrayInit
(GetType(Object), indexesPlusValue),
System.Linq.Expressions (1)
System\Linq\Expressions\IndexExpression.cs (1)
158
/// or through <see cref="NewArrayBounds(Type, Expression[])"/> or <see cref="
NewArrayInit
(Type, Expression[])"/>.</remarks>