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