2 writes to _toEndProperty
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
2375
this.
_toEndProperty
= relationEnd;
2462
this.
_toEndProperty
= null;
6 references to _toEndProperty
System.Data.Entity (6)
System\Data\Objects\DataClasses\RelatedEnd.cs (6)
264
return this.
_toEndProperty
;
394
EntitySet targetEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds[
_toEndProperty
.Name].EntitySet;
396
EntityType targetEntityType = MetadataHelper.GetEntityTypeForEnd((AssociationEndMember)
_toEndProperty
);
422
if (fkConstraint.ToRole.EdmEquals(
_toEndProperty
))
473
Debug.Assert(fkConstraint.FromRole.EdmEquals(
_toEndProperty
), "Source query for foreign key association related end is not based on principal or dependent?");
527
sourceBuilder.Append(
_toEndProperty
.Name);