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