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