3 writes to _boundConstants
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
114_boundConstants = tree.Constants[lambda]; 151_boundConstants = tree.Constants[lambda]; 167_boundConstants = parent._boundConstants;
8 references to _boundConstants
System.Core (8)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (3)
167_boundConstants = parent._boundConstants; 173_boundConstants.EmitCacheConstants(this); 300return _method.CreateDelegate(_lambda.Type, new Closure(_boundConstants.ToArray(), null));
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
477_boundConstants.EmitConstant(this, value, type);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (4)
61bool boundConstants = inner._boundConstants.Count > 0; 70_boundConstants.EmitConstant(this, inner._boundConstants.ToArray(), typeof(object[])); 97_boundConstants.EmitConstant(this, dynamicMethod, typeof(MethodInfo));