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