4 references to TryGetICollectionElementType
System.Data.Entity (4)
System\Data\Common\EntityUtil.cs (1)
177
if (!EntityUtil.
TryGetICollectionElementType
(propertyType, out elementType))
System\Data\Common\Internal\Materialization\Translator.cs (1)
1883
if (EntityUtil.
TryGetICollectionElementType
(arg.RequestedType, out innerElementType))
System\Data\Objects\ELinq\InitializerFacet.cs (1)
527
if (!EntityUtil.
TryGetICollectionElementType
(ClrType, out elementType))
System\Data\Objects\Internal\LazyLoadBehavior.cs (1)
133
isCandidate = EntityUtil.
TryGetICollectionElementType
(propertyValueType, out elementType);