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