6 references to AllSetMaps
System.Data.Entity (6)
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
137|| AllSetMaps.Any((StorageSetMapping setMap) => setMap.QueryView != null); 361foreach (var extentMap in this.AllSetMaps)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
792foreach (StorageSetMapping setMapping in entityContainerMapping.AllSetMaps)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
633foreach (var setMapping in entityContainerMapping.AllSetMaps) 757foreach (StorageSetMapping setMapping in entityContainerMapping.AllSetMaps)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
271foreach (StorageSetMapping extentMap in m_containerMapping.AllSetMaps)