2 references to ToArray
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
265
return _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[]));