1 write to EdmItemCollection
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
317session.EdmItemCollection = new EdmItemCollection();
6 references to EdmItemCollection
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (6)
420session.EdmItemCollection.AddInternal(type); 426session.EdmItemCollection.AddInternal(type); 432session.EdmItemCollection.AddInternal(set.ModelAssociationSet.ElementType); 435session.EdmItemCollection.AddInternal(modelEntityContainer); 439_edmItemCollection = session.EdmItemCollection; 533session.EdmItemCollection.AddInternal(complexType);