4 references to GetImplementationType
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializer.cs (2)
756
Type collectionType = ClientType.
GetImplementationType
(segment.ProjectionType, typeof(ICollection<>));
759
collectionType = ClientType.
GetImplementationType
(segment.ProjectionType, typeof(IEnumerable<>));
System\Data\Services\Client\ClientType.cs (1)
604
Type implementationType =
GetImplementationType
(propertyType, genericTypeDefinition);
System\Data\Services\Client\MaterializeFromAtom.cs (1)
244
implementationType = ClientType.
GetImplementationType
(elementType, typeof(ICollection<>));