14 references to TypeMappings
System.Data.Entity (14)
System\Data\Common\Utils\MetadataHelper.cs (1)
337
map => map.
TypeMappings
.Any(
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
60
foreach (var typeMapping in storageSetMapping.
TypeMappings
)
System\Data\Mapping\StorageAssociationSetMapping.cs (4)
66
if ((this.
TypeMappings
.Count != 0) && (this.
TypeMappings
.First().MappingFragments.Count != 0))
68
return this.
TypeMappings
.First().MappingFragments.First().TableSet;
95
foreach (StorageTypeMapping typeMapping in
TypeMappings
) {
System\Data\Mapping\StorageEntityContainerMapping.cs (1)
363
foreach (var typeMap in extentMap.
TypeMappings
)
System\Data\Mapping\StorageEntitySetMapping.cs (1)
104
foreach (StorageTypeMapping typeMapping in
TypeMappings
) {
System\Data\Mapping\StorageMappingItemLoader.cs (1)
635
foreach (var typeMapping in setMapping.
TypeMappings
)
System\Data\Mapping\StorageSetMapping.cs (1)
140
foreach (StorageTypeMapping typeMap in
TypeMappings
)
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
392
foreach (StorageTypeMapping typeMapping in setMapping.
TypeMappings
)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
276
foreach (StorageTypeMapping typeMap in extentMap.
TypeMappings
)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
260
StorageMappingFragment mapFragment = colocatedAssociationSetMap.
TypeMappings
.First().MappingFragments.First();
System\Data\Metadata\MappingMetadataHelper.cs (1)
35
foreach (StorageTypeMapping typeMap in extentMap.
TypeMappings
.Where(map => map.Types.Union(map.IsOfTypes).Contains(entityType)))