7 references to IsNumeric
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitConversion.cs (6)
152Debug.Assert(IsNumeric(toType)); 155Debug.Assert(IsNumeric(fromType)); 216Debug.Assert(IsNumeric(fromType)); 220Debug.Assert(IsNumeric(toType)); 297Debug.Assert(IsNumeric(fromType)); 306Debug.Assert(IsNumeric(toType));
CodeGen\EmitExpression.cs (1)
3746(IsNumeric(expr.Type) || expr.Type.PrimitiveTypeCode == Cci.PrimitiveTypeCode.Boolean) &&