2 references to ToArray
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
300return _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[]));