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