1 write to ToEnd
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
392ToEnd = EntityUtil.CheckArgumentNull(toEnd, "toEnd");
5 references to ToEnd
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (5)
242actualRelationship.FromEnd.Name, actualRelationship.ToEnd.Name, violationCount.Value), 267actualRelationship.ToEnd.Name, actualRelationship.StateEntry); 469if (ToEnd != other.ToEnd) { return false; } 483AssociationSet.Name, FromEnd.Name, ToEnd.Name, StringUtil.BuildDelimitedList(ToEntityKey.EntityKeyValues, null, null));