6 references to IsNumeric
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\EmitConversion.cs (6)
152
Debug.Assert(
IsNumeric
(toType));
155
Debug.Assert(
IsNumeric
(fromType));
215
Debug.Assert(
IsNumeric
(fromType));
219
Debug.Assert(
IsNumeric
(toType));
296
Debug.Assert(
IsNumeric
(fromType));
305
Debug.Assert(
IsNumeric
(toType));