1 write to ToEntityKey
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
390ToEntityKey = EntityUtil.CheckArgumentNull(toEntityKey, "toEntityKey");
5 references to ToEntityKey
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (5)
207TypeHelpers.GetFullName(expectedRelationship.ToEntityKey.EntityContainerName, expectedRelationship.ToEntityKey.EntitySetName), 467if (ToEntityKey != other.ToEntityKey) { return false; } 483AssociationSet.Name, FromEnd.Name, ToEnd.Name, StringUtil.BuildDelimitedList(ToEntityKey.EntityKeyValues, null, null));