1 write to m_EdmItemCollection
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
49
this.
m_EdmItemCollection
= storageEntityContainerMapping.StorageMappingItemCollection.EdmItemCollection;
1 reference to m_EdmItemCollection
System.Data.Entity (1)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
264
foreach (var entityType in MetadataHelper.GetTypeAndSubtypesOf(entitySet.ElementType, this.
m_EdmItemCollection
, false).Where(type => type != entitySet.ElementType))