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