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