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