4 references to GetCollectionElementType
System.Data.Entity (4)
System\Data\Common\EntityUtil.cs (1)
203var elementType = EntityUtil.GetCollectionElementType(requestedType);
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1175MethodInfo getRelatedCollection = s_GetRelatedCollection.MakeGenericMethod(EntityUtil.GetCollectionElementType(navProperty.Value.PropertyType));
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (2)
184Type elementType = EntityUtil.GetCollectionElementType(navPropType); 244Type elementType = EntityUtil.GetCollectionElementType(navPropType);