3 references to OP_LOGNOT
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
983
result = _binder.BindStandardUnaryOperator(OperatorKind.
OP_LOGNOT
, result);
1104
return OperatorKind.
OP_LOGNOT
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1126
case OperatorKind.
OP_LOGNOT
: