1 write to _storeEntitySet
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (1)
62_storeEntitySet = entitySet;
4 references to _storeEntitySet
System.Data.Entity.Design (4)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (4)
67get { return _storeEntitySet; } 219return names.Count == _storeEntitySet.ElementType.Properties.Count; 232return ((RefType)constraint0.ToRole.TypeUsage.EdmType).ElementType == _storeEntitySet.ElementType && ((RefType)constraint1.ToRole.TypeUsage.EdmType).ElementType == _storeEntitySet.ElementType;