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