6 references to CollectionType
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Translator.cs (1)
493
result = new
CollectionType
(result);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
300
clrType = new
CollectionType
(elemType);
339
cdmType = new
CollectionType
(elemType);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
697
CollectionType collectionType = new
CollectionType
(rowType);
System\Data\Metadata\Converter.cs (1)
742
typeUsage = TypeUsage.Create(new
CollectionType
(propertyType));
System\Data\Metadata\Edm\EdmType.cs (1)
285
Interlocked.CompareExchange<CollectionType>(ref _collectionType, new
CollectionType
(this), null);