2 references to CanEmitConstant
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
97Debug.Assert(!ILGen.CanEmitConstant(value, type));
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
60if (ILGen.CanEmitConstant(node.Value, node.Type))