9 references to FT_LASTINTEGRAL
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1122bool srcIntegral = (ftSrc <= FUNDTYPE.FT_LASTINTEGRAL); 1289else if (ftDest <= FUNDTYPE.FT_LASTINTEGRAL)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
384if (_typeSrc is PointerType || _typeSrc.FundamentalType <= FUNDTYPE.FT_LASTINTEGRAL && _typeSrc.IsNumericType) 724if (!(_typeSrc is PointerType) || aggTypeDest.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL || !aggTypeDest.IsNumericType)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1420if (ftSrc > FUNDTYPE.FT_LASTINTEGRAL || ftDest > FUNDTYPE.FT_LASTINTEGRAL) 1433if (ftDest > FUNDTYPE.FT_LASTINTEGRAL) 1439if (ftSrc > FUNDTYPE.FT_LASTINTEGRAL)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1635if (type.IsEnumType && type.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL)