2 writes to _mappingLookups
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
309
_mappingLookups
= null;
438
_mappingLookups
= session.MappingLookups;
2 references to _mappingLookups
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (2)
484
Debug.Assert(
_mappingLookups
!= null, "_mappingLookups != null");
488
OneToOneMappingSerializer serializer = new OneToOneMappingSerializer(
_mappingLookups
, _storeEntityContainer, _modelEntityContainer, _targetEntityFrameworkVersion);