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);
300
return _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)
61
bool boundConstants = inner.
_boundConstants
.Count > 0;
70
_boundConstants
.EmitConstant(this, inner.
_boundConstants
.ToArray(), typeof(object[]));
97
_boundConstants
.EmitConstant(this, dynamicMethod, typeof(MethodInfo));