2 writes to _edmItemCollection
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
310_edmItemCollection = null; 439_edmItemCollection = session.EdmItemCollection;
4 references to _edmItemCollection
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (4)
165return _edmItemCollection; 466Debug.Assert(_edmItemCollection != null, "_edmItemCollection != null"); 473MetadataItemSerializer.WriteXml(writer, _edmItemCollection, _namespaceName, _targetEntityFrameworkVersion, namespacesPrefix); 477MetadataItemSerializer.WriteXml(writer, _edmItemCollection, _namespaceName, _targetEntityFrameworkVersion);