2 references to ToArray
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
300
return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.
ToArray
(), null));
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
70
_boundConstants.EmitConstant(this, inner._boundConstants.
ToArray
(), typeof(object[]));