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