7 references to IsNumeric
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitConversion.cs (6)
155Debug.Assert(IsNumeric(toType)); 158Debug.Assert(IsNumeric(fromType)); 247Debug.Assert(IsNumeric(fromType)); 251Debug.Assert(IsNumeric(toType)); 328Debug.Assert(IsNumeric(fromType)); 337Debug.Assert(IsNumeric(toType));
CodeGen\EmitExpression.cs (1)
3789(IsNumeric(expr.Type) || expr.Type.PrimitiveTypeCode == Cci.PrimitiveTypeCode.Boolean) &&