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