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