17 references to IsCollectionType
System.Data.Entity (17)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1970
else if (Helper.
IsCollectionType
(item))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
322
if (Helper.
IsCollectionType
(resultType.EdmType))
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1049
return !Helper.
IsCollectionType
(toType.EdmType);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (4)
242
Debug.Assert(typeSpace == DataSpace.CSpace || typeSpace == DataSpace.OSpace || Helper.IsRowType(edmType) || Helper.
IsCollectionType
(edmType));
297
if (Helper.
IsCollectionType
(cdmType))
336
if (Helper.
IsCollectionType
(clrType))
558
Helper.
IsCollectionType
(edmMember.TypeUsage.EdmType))
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2843
if (containerType == null || !(Helper.
IsCollectionType
(containerType)))
System\Data\Metadata\Edm\TypeUsage.cs (1)
424
else if (Helper.
IsCollectionType
(edmType))
System\Data\Metadata\Helper.cs (1)
304
return Helper.
IsCollectionType
(edmType) ||
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
515
if (Helper.
IsCollectionType
(cspaceProperty.TypeUsage.EdmType))
System\Data\Metadata\TypeSemantics.cs (6)
151
else if (Helper.
IsCollectionType
(fromType.EdmType) && Helper.
IsCollectionType
(toType.EdmType))
184
if (Helper.
IsCollectionType
(t.EdmType) || Helper.IsRefType(t.EdmType))
339
return Helper.
IsCollectionType
(type.EdmType);
814
else if (Helper.
IsCollectionType
(edmType1) && Helper.
IsCollectionType
(edmType2))