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