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)
165
return
_edmItemCollection
;
466
Debug.Assert(
_edmItemCollection
!= null, "_edmItemCollection != null");
473
MetadataItemSerializer.WriteXml(writer,
_edmItemCollection
, _namespaceName, _targetEntityFrameworkVersion, namespacesPrefix);
477
MetadataItemSerializer.WriteXml(writer,
_edmItemCollection
, _namespaceName, _targetEntityFrameworkVersion);