Base:
property
IsNumericType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsNumericType
2 references to IsNumericType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
427
if (!aggDest.getThisType().
IsNumericType
&&
724
if (!(_typeSrc is PointerType) || aggTypeDest.FundamentalType > FUNDTYPE.FT_LASTINTEGRAL || !aggTypeDest.
IsNumericType
)