9 references to FT_LASTINTEGRAL
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1153bool srcIntegral = (ftSrc <= FUNDTYPE.FT_LASTINTEGRAL); 1320else if (ftDest <= FUNDTYPE.FT_LASTINTEGRAL)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
385if (_typeSrc is PointerType || _typeSrc.FundamentalType <= FUNDTYPE.FT_LASTINTEGRAL && _typeSrc.IsNumericType) 726if (!(_typeSrc is PointerType) || aggTypeDest.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL || !aggTypeDest.IsNumericType)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (4)
1448if (ftSrc > FUNDTYPE.FT_LASTINTEGRAL || ftDest > FUNDTYPE.FT_LASTINTEGRAL) 1461if (ftDest > FUNDTYPE.FT_LASTINTEGRAL) 1467if (ftSrc > FUNDTYPE.FT_LASTINTEGRAL)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1670if (type.IsEnumType && type.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL)