2 overrides of Bind
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (1)
64public override Expression Bind(object[] args, ReadOnlyCollection<ParameterExpression> parameters, LabelTarget returnLabel)
System.Linq.Expressions (1)
System\Dynamic\DynamicMetaObjectBinder.cs (1)
50public sealed override Expression Bind(object[] args, ReadOnlyCollection<ParameterExpression> parameters, LabelTarget returnLabel)
1 reference to Bind
System.Linq.Expressions (1)
System\Runtime\CompilerServices\CallSiteBinder.cs (1)
118Expression binding = Bind(args, signature.Parameters, signature.ReturnLabel);