7 references to IsIntegerOrBool
System.Core (7)
Microsoft\Scripting\Ast\BinaryExpression.cs (6)
2313
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
2362
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
2399
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
2448
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
2484
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
2532
if (left.Type == right.Type && TypeUtils.
IsIntegerOrBool
(left.Type)) {
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
565
if (TypeUtils.
IsIntegerOrBool
(expression.Type)) {