4 writes to ProjectedType
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (3)
595plan.ProjectedType = resultType; 1090result.ProjectedType = lastSegmentType; 1102result.ProjectedType = lastSegmentType;
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
101result.ProjectedType = projection.Body.Type;
1 reference to ProjectedType
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceQueryContinuation.cs (1)
96var constructors = typeof(DataServiceQueryContinuation<>).MakeGenericType(plan.ProjectedType).GetConstructors(BindingFlags.NonPublic | BindingFlags.Instance);