5 references to CHECKOVERFLOW
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1217
CONVERTTYPE.
CHECKOVERFLOW
| CONVERTTYPE.NOUDC);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (4)
468
if (result == ConstCastResult.CheckFailure && 0 == (_flags & CONVERTTYPE.
CHECKOVERFLOW
))
527
if (result == ConstCastResult.CheckFailure && 0 == (_flags & CONVERTTYPE.
CHECKOVERFLOW
))
638
if (result == ConstCastResult.CheckFailure && 0 == (_flags & CONVERTTYPE.
CHECKOVERFLOW
))
657
_binder.bindSimpleCast(_exprSrc, _typeDest, out _exprDest, (_flags & CONVERTTYPE.
CHECKOVERFLOW
) != 0 ? EXPRFLAG.EXF_CHECKOVERFLOW : 0);