5 references to ProjectionPath
System.Data.Services.Client (5)
System\Data\Services\Client\ProjectionPath.cs (1)
51: this(root, expectedRootType, rootEntry)
System\Data\Services\Client\ProjectionPlanCompiler.cs (4)
356ProjectionPath parameterPath = new ProjectionPath(lambda.Parameters[0], expectedTypeParameter, entryParameter); 613entryPath = new ProjectionPath( 771ProjectionPath parameterPath = new ProjectionPath( 801ProjectionPath nestedPath = new ProjectionPath(result as ParameterExpression, baseTypeExpression, result);