7 references to CheckFailure
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1136
return ConstCastResult.
CheckFailure
;
1147
return ConstCastResult.
CheckFailure
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
441
else if (result == ConstCastResult.
CheckFailure
)
468
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))
527
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))
575
if (result == ConstCastResult.
CheckFailure
)
638
if (result == ConstCastResult.
CheckFailure
&& 0 == (_flags & CONVERTTYPE.CHECKOVERFLOW))