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