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