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