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