2 references to isConstantInRange
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1145if (explicitConversion && Context.Checked && !isConstantInRange(constSrc, typeDest, true))
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1411return isConstantInRange(exprSrc, typeDest, false);