1 instantiation of InputBinder
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\InputBinder.cs (1)
85
InputBinder binder = new
InputBinder
(currentInput, inputParameter);
6 references to InputBinder
System.Data.Services.Client (6)
System\Data\Services\Client\ALinq\InputBinder.cs (1)
85
InputBinder
binder = new InputBinder(currentInput, inputParameter);
System\Data\Services\Client\ALinq\ResourceBinder.cs (5)
163
Expression reboundPredicate =
InputBinder
.Bind(e, input, le.Parameters[0], referencedInputs);
517
Expression collectorReference =
InputBinder
.Bind(collectionLambda.Body, source, collectionLambda.Parameters[0], referencedExpressions);
670
Expression navPropRef =
InputBinder
.Bind(collectorSelector.Body, input, collectorSelector.Parameters[0], referencedInputs);
1065
bound =
InputBinder
.Bind(le.Body, input, le.Parameters[0], referencedInputs);
1791
Expression boundArgument =
InputBinder
.Bind(argument, inputSourceSet, resultSelector.Parameters[0], referencedInputs);