7 references to CheckFailure
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1167
return ConstCastResult.
CheckFailure
;
1178
return ConstCastResult.
CheckFailure
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
442
else if (result == ConstCastResult.
CheckFailure
)
469
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))
528
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))
576
if (result == ConstCastResult.
CheckFailure
)
640
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))