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