9 references to BitwiseNot
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
63
new OperatorInfo(TokenKind.Tilde, PredefinedName.PN_OPCOMPLEMENT, ExpressionKind.
BitwiseNot
),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionKind.cs (1)
120
case ExpressionKind.
BitwiseNot
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
1099
ek = ExpressionKind.
BitwiseNot
;
2088
Debug.Assert(ek == ExpressionKind.
BitwiseNot
);
2195
Debug.Assert((op2 == null) == (kind == ExpressionKind.Negate || kind == ExpressionKind.UnaryPlus || kind == ExpressionKind.
BitwiseNot
));
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
483
case ExpressionKind.
BitwiseNot
: pdm = PREDEFMETH.PM_EXPRESSION_NOT; break;
601
case ExpressionKind.
BitwiseNot
: pdm = PREDEFMETH.PM_EXPRESSION_NOT_USER_DEFINED; break;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
83
ExpressionKind.
BitwiseNot
=> VisitBITNOT(pExpr as ExprUnaryOp),
149
case ExpressionKind.
BitwiseNot
: