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