15 references to NewArrayInit
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
299Expression.NewArrayInit(typeof(object), Expression.Constant(parameter)));
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
299Expression.NewArrayInit(typeof(object), Expression.Constant(parameter)));
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
798Expression.NewArrayInit(
Microsoft.VisualBasic.Core (11)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (11)
332Expression.NewArrayInit(GetType(Object), arguments) 411Expression.NewArrayInit(GetType(Object), arguments) 497Expression.NewArrayInit(GetType(Object), arguments) 566Expression.NewArrayInit(GetType(Object), arguments) 635Expression.NewArrayInit(GetType(Object), arguments) 695Expression.NewArrayInit(GetType(Object), arguments) 752Expression.NewArrayInit(GetType(Object), arguments), 894Expression.NewArrayInit(GetType(Object), New Expression() {IDOUtils.ConvertToObject(target.Expression)}) 943Expression.NewArrayInit(GetType(Object), New Expression() { 1009Expression.NewArrayInit(GetType(Object), indexesPlusValue), 1082Expression.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>