1 write to newLambdaParameter
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ProjectionRewriter.cs (1)
39this.newLambdaParameter = Expression.Parameter(proposedParameterType, "it");
4 references to newLambdaParameter
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ProjectionRewriter.cs (4)
70Type delegateType = typeof(Func<,>).MakeGenericType(new Type[] { newLambdaParameter.Type, lambda.Body.Type }); 74return Expression.Lambda(delegateType, body, new ParameterExpression[] { this.newLambdaParameter }); 87if (m.Type == this.newLambdaParameter.Type) 89return this.newLambdaParameter;