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