1 write to ItemCollection
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
161session.ItemCollection = new StoreItemCollection(providerFactory, providerServices.GetProviderManifest(_providerManifestToken), _providerManifestToken);
9 references to ItemCollection
System.Data.Entity.Design (9)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (7)
173session.ItemCollection.AddInternal(type); 182session.ItemCollection.AddInternal(type); 188session.ItemCollection.AddInternal(entityContainer); 199session.ItemCollection.AddInternal(function); 205_storeItemCollection = session.ItemCollection; 1567metadataWorkspace.RegisterItemCollection(session.ItemCollection); 1585session.ItemCollection,
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (2)
143var success = ItemCollection.TryGetItem<PrimitiveType>(StoreNamespace + "." + typeName, false, out primitiveType); 165foreach (PrimitiveType type in ItemCollection.GetItems<PrimitiveType>())