3 types derived from MappingItemCollection
System.Data.Entity (3)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
27internal class DefaultObjectMappingItemCollection : MappingItemCollection {
System\Data\Mapping\StorageMappingItemCollection.cs (1)
32public partial class StorageMappingItemCollection : MappingItemCollection
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
26public partial class StorageMappingItemCollection : MappingItemCollection
4 references to MappingItemCollection
System.Data.Entity (4)
System\Data\Metadata\MetadataWorkspace.cs (4)
826return (null != collection) && ((MappingItemCollection)collection).TryGetMap(typeIdentity, typeSpace, ignoreCase, out map); 839return ((MappingItemCollection)collection).GetMap(identity, typeSpace); 851return ((MappingItemCollection)collection).GetMap(item); 865return (null != collection) && ((MappingItemCollection)collection).TryGetMap(item, out map);