1 write to _modelAssociationSet
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (1)
55_modelAssociationSet = value;
2 references to _modelAssociationSet
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (2)
51get { return _modelAssociationSet; } 54Debug.Assert(_modelAssociationSet == null, "why is this getting set multiple times, it should only be set after the new set is created");