2 references to IsNumericOrBool
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1143
if ((nonNullableFrom.
IsNumericOrBool
() || nonNullableFrom.IsEnum)
1144
&& (nonNullableTo.
IsNumericOrBool
() || nonNullableTo.IsEnum || nonNullableTo == typeof(decimal)))