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