3 references to EmitConstant
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
576_boundConstants.EmitConstant(this, value!, type);
System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs (2)
69_boundConstants.EmitConstant(this, inner._boundConstants.ToArray(), typeof(object[])); 103_boundConstants.EmitConstant(this, dynamicMethod, typeof(MethodInfo));