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