1 type derived from BinaryOperationBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
21
internal sealed class CSharpBinaryOperationBinder :
BinaryOperationBinder
, ICSharpBinder
10 references to BinaryOperationBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\BoundDispEvent.cs (1)
34
public override bool TryBinaryOperation(
BinaryOperationBinder
binder, object handler, out object result)
netstandard (1)
netstandard.cs (1)
759
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.
BinaryOperationBinder
))]
System.Core (1)
System.Core.cs (1)
64
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.
BinaryOperationBinder
))]
System.Dynamic.Runtime (1)
System.Dynamic.Runtime.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Dynamic.
BinaryOperationBinder
))]
System.Linq.Expressions (6)
System\Dynamic\BinaryOperationBinder.cs (1)
17
/// Initializes a new instance of the <see cref="
BinaryOperationBinder
"/> class.
System\Dynamic\DynamicMetaObject.cs (2)
234
/// <param name="binder">An instance of the <see cref="
BinaryOperationBinder
"/> that represents the details of the dynamic operation.</param>
237
public virtual DynamicMetaObject BindBinaryOperation(
BinaryOperationBinder
binder, DynamicMetaObject arg)
System\Dynamic\DynamicObject.cs (3)
143
public virtual bool TryBinaryOperation(
BinaryOperationBinder
binder, object arg, out object? result)
350
public override DynamicMetaObject BindBinaryOperation(
BinaryOperationBinder
binder, DynamicMetaObject arg)
360
(MetaDynamic @this,
BinaryOperationBinder
b, DynamicMetaObject? e) => b.FallbackBinaryOperation(@this, localArg, e)