3 references to CreateArrayInit
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1154ExprArrayInit arrayInit = ExprFactory.CreateArrayInit(arrayType, null, null, s_zero); 1232ExprArrayInit exprArrayInit = ExprFactory.CreateArrayInit(substitutedArrayType, null, null, s_zero);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
968return ExprFactory.CreateArrayInit(paramsArrayType, args, paramsArrayArg, new int[] { parameterCount });