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)
484Debug.Assert(_mappingLookups != null, "_mappingLookups != null"); 488OneToOneMappingSerializer serializer = new OneToOneMappingSerializer(_mappingLookups, _storeEntityContainer, _modelEntityContainer, _targetEntityFrameworkVersion);