1 write to ProjectionType
System.Data.Services.Client (1)
System\Data\Services\Client\ProjectionPathSegment.cs (1)
42this.ProjectionType = projectionType;
4 references to ProjectionType
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (4)
756Type collectionType = ClientType.GetImplementationType(segment.ProjectionType, typeof(ICollection<>)); 759collectionType = ClientType.GetImplementationType(segment.ProjectionType, typeof(IEnumerable<>)); 767Type feedType = segment.ProjectionType; 776if (IsDataServiceCollection(segment.ProjectionType))