1 write to AssociationSet
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
393AssociationSet = EntityUtil.CheckArgumentNull(associationSet, "associationSet");
6 references to AssociationSet
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (6)
206expectedRelationship.AssociationSet.Name, minimumCount, maximumCountDeclared, 241violationType.Value, actualRelationship.AssociationSet.ElementType.FullName, 266throw EntityUtil.UpdateEntityMissingConstraintViolation(actualRelationship.AssociationSet.Name, 468if (AssociationSet != other.AssociationSet) { return false; } 483AssociationSet.Name, FromEnd.Name, ToEnd.Name, StringUtil.BuildDelimitedList(ToEntityKey.EntityKeyValues, null, null));