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>
255
public virtual DynamicMetaObject BindUnaryOperation(
UnaryOperationBinder
binder) {
Microsoft\Scripting\Actions\DynamicObject.cs (2)
170
public virtual bool TryUnaryOperation(
UnaryOperationBinder
binder, out object result) {
331
public override DynamicMetaObject BindUnaryOperation(
UnaryOperationBinder
binder) {
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
233
UnaryOperationBinder
unary;
256
} else if ((unary = binder as
UnaryOperationBinder
) != null) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
166
UnaryOperationBinder
unary;
189
} else if ((unary = binder as
UnaryOperationBinder
) != null) {