3 references to CanEmitConstant
System.Core (3)
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
110Debug.Assert(!ILGen.CanEmitConstant(value, type));
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
472if (ILGen.CanEmitConstant(value, type)) {
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
71if (ILGen.CanEmitConstant(node.Value, node.Type)) {