3 references to OP_FALSE
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
951
if (op == OperatorKind.OP_TRUE || op == OperatorKind.
OP_FALSE
)
956
if (result != null && op == OperatorKind.
OP_FALSE
)
1085
return OperatorKind.
OP_FALSE
;