2 references to ToArray
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
265return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (1)
69_boundConstants.EmitConstant(this, inner._boundConstants.ToArray(), typeof(object[]));