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