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