7 references to IsNumeric
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitConversion.cs (6)
154Debug.Assert(IsNumeric(toType)); 157Debug.Assert(IsNumeric(fromType)); 246Debug.Assert(IsNumeric(fromType)); 250Debug.Assert(IsNumeric(toType)); 327Debug.Assert(IsNumeric(fromType)); 336Debug.Assert(IsNumeric(toType));
CodeGen\EmitExpression.cs (1)
3784(IsNumeric(expr.Type) || expr.Type.PrimitiveTypeCode == Cci.PrimitiveTypeCode.Boolean) &&