3 references to BindStandardUnaryOperator
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (2)
983
result = _binder.
BindStandardUnaryOperator
(OperatorKind.OP_LOGNOT, result);
995
return _binder.
BindStandardUnaryOperator
(op, arg1);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1198
BindStandardUnaryOperator
(