8 references to UnaryOperationBinder
System.Core (8)
Microsoft\Scripting\Actions\DynamicMetaObject.cs (2)
253/// <param name="binder">An instance of the <see cref="UnaryOperationBinder"/> that represents the details of the dynamic operation.</param> 255public virtual DynamicMetaObject BindUnaryOperation(UnaryOperationBinder binder) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
170public virtual bool TryUnaryOperation(UnaryOperationBinder binder, out object result) { 331public override DynamicMetaObject BindUnaryOperation(UnaryOperationBinder binder) {
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
233UnaryOperationBinder unary; 256} else if ((unary = binder as UnaryOperationBinder) != null) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
166UnaryOperationBinder unary; 189} else if ((unary = binder as UnaryOperationBinder) != null) {