1 override of IsNumericType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
268
public override bool
IsNumericType
3 references to IsNumericType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (2)
384
if (_typeSrc is PointerType || _typeSrc.FundamentalType <= FUNDTYPE.FT_LASTINTEGRAL && _typeSrc.
IsNumericType
)
565
if (_typeSrc.
IsNumericType
|| _typeSrc.IsPredefined && _typeSrc.PredefinedType == PredefinedType.PT_CHAR)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
649
_exprSrc.Type.
IsNumericType
&&