2 writes to _boundConstants
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (2)
93_boundConstants = tree.Constants[lambda]; 153_boundConstants = parent._boundConstants;
8 references to _boundConstants
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (3)
153_boundConstants = parent._boundConstants; 160_boundConstants.EmitCacheConstants(this); 265return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
576_boundConstants.EmitConstant(this, value!, type);
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (4)
58bool boundConstants = inner._boundConstants.Count > 0; 69_boundConstants.EmitConstant(this, inner._boundConstants.ToArray(), typeof(object[])); 103_boundConstants.EmitConstant(this, dynamicMethod, typeof(MethodInfo));