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