1 instantiation of DefaultObjectMappingItemCollection
System.Data.Entity (1)
System\Data\Metadata\MetadataWorkspace.cs (1)
874RegisterItemCollection(new DefaultObjectMappingItemCollection(edm, obj));
13 references to DefaultObjectMappingItemCollection
System.Data.Entity (13)
System\Data\Common\Internal\Materialization\Util.cs (1)
71typeMapping = DefaultObjectMappingItemCollection.LoadObjectMapping(cspaceType, ospaceType, null);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (6)
429internal static ObjectTypeMapping LoadObjectMapping(EdmType cdmType, EdmType objectType, DefaultObjectMappingItemCollection ocItemCollection) 446private static ObjectTypeMapping LoadObjectMapping(EdmType edmType, EdmType objectType, DefaultObjectMappingItemCollection ocItemCollection, 607DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 749DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 791DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings) 808DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
System\Data\Metadata\MetadataWorkspace.cs (3)
120private DefaultObjectMappingItemCollection _itemsOCSpace; 245_itemsOCSpace = (DefaultObjectMappingItemCollection)collection; 1275Map map = ((DefaultObjectMappingItemCollection)collection).GetMap(edmSpaceTypeUsage.EdmType);
System\Data\Objects\DataClasses\RelationshipManager.cs (3)
666DefaultObjectMappingItemCollection mappings; 686private static bool TryGetObjectMappingItemCollection(IEntityWrapper wrappedOwner, out DefaultObjectMappingItemCollection collection) 690collection = (DefaultObjectMappingItemCollection)wrappedOwner.Context.MetadataWorkspace.GetItemCollection(DataSpace.OCSpace);