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