24 references to RegisterItemCollection
System.Data.Entity (15)
System\Data\Common\CommandTrees\DbCommandTree.cs (4)
69effectiveMetadata.RegisterItemCollection(objectItemCollection); 71effectiveMetadata.RegisterItemCollection(metadata.GetItemCollection(DataSpace.CSpace)); 72effectiveMetadata.RegisterItemCollection(metadata.GetItemCollection(DataSpace.CSSpace)); 73effectiveMetadata.RegisterItemCollection(metadata.GetItemCollection(DataSpace.SSpace));
System\Data\EntityClient\EntityConnection.cs (3)
954workspace.RegisterItemCollection(edmItemCollection); 993workspace.RegisterItemCollection(mappingCollection.StoreItemCollection); 994workspace.RegisterItemCollection(mappingCollection);
System\Data\Mapping\StorageMappingItemCollection.cs (3)
256m_workspace.RegisterItemCollection(m_edmCollection); 257m_workspace.RegisterItemCollection(m_storeItemCollection); 258m_workspace.RegisterItemCollection(this);
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (1)
96workspace.RegisterItemCollection(edmItemCollection);
System\Data\Metadata\MetadataWorkspace.cs (1)
874RegisterItemCollection(new DefaultObjectMappingItemCollection(edm, obj));
System\Data\Objects\ObjectContext.cs (3)
263_workspace.RegisterItemCollection(itemCollection); 1614MetadataWorkspace.RegisterItemCollection(connectionWorkspace.GetItemCollection(DataSpace.SSpace)); 1615MetadataWorkspace.RegisterItemCollection(connectionWorkspace.GetItemCollection(DataSpace.CSSpace));
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (6)
367workspace.RegisterItemCollection(storeItemCollection); 375workspace.RegisterItemCollection(edmItemCollection); 387workspace.RegisterItemCollection(mappingItemCollection); 1564metadataWorkspace.RegisterItemCollection(modelGen.EdmItemCollection); 1567metadataWorkspace.RegisterItemCollection(session.ItemCollection); 1584metadataWorkspace.RegisterItemCollection(new StorageMappingItemCollection(modelGen.EdmItemCollection,
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
598metadataWorkspace.RegisterItemCollection(edmItemCollection); 609metadataWorkspace.RegisterItemCollection(new StorageMappingItemCollection(edmItemCollection as EdmItemCollection, storeItemCollection as StoreItemCollection)); 613metadataWorkspace.RegisterItemCollection(new ObjectItemCollection());