3 references to EmitConstant
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
477
_boundConstants.
EmitConstant
(this, value, type);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (2)
70
_boundConstants.
EmitConstant
(this, inner._boundConstants.ToArray(), typeof(object[]));
97
_boundConstants.
EmitConstant
(this, dynamicMethod, typeof(MethodInfo));