7 references to _storeAssociationSets
System.Data.Entity.Design (7)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (7)
72
get { return
_storeAssociationSets
; }
170
if (
_storeAssociationSets
.Count != 2)
237
Debug.Assert(
_storeAssociationSets
.Count == 2, "don't call this method if you don't have two associations");
238
Debug.Assert(
_storeAssociationSets
[0].ElementType.ReferentialConstraints.Count == 1, "no referenctial constraint for association[0]");
239
Debug.Assert(
_storeAssociationSets
[1].ElementType.ReferentialConstraints.Count == 1, "no referenctial constraint for association[1]");
240
constraint0 =
_storeAssociationSets
[0].ElementType.ReferentialConstraints[0];
241
constraint1 =
_storeAssociationSets
[1].ElementType.ReferentialConstraints[0];