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