1 instantiation of Closure
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
265return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
6 references to Closure
System.Linq.Expressions (6)
System\Linq\Expressions\Common\CachedReflectionInfo.cs (5)
140s_Closure_ObjectArray_ObjectArray ??= typeof(Closure).GetConstructor(new[] { typeof(object[]), typeof(object[]) })!; 144s_Closure_Constants ??= typeof(Closure).GetField(nameof(Closure.Constants))!; 148s_Closure_Locals ??= typeof(Closure).GetField(nameof(Closure.Locals))!;
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
71Type[] parameterTypes = GetParameterTypes(lambda, typeof(Closure));