3 references to OP_TRUE
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
975
if (op == OperatorKind.
OP_TRUE
|| op == OperatorKind.OP_FALSE)
987
?? _binder.bindUDUnop(op == OperatorKind.
OP_TRUE
? ExpressionKind.True : ExpressionKind.False, arg1)
1108
return OperatorKind.
OP_TRUE
;