13 references to End2
System.Data.Services (13)
System\Data\Services\Providers\ResourceAssociationSet.cs (1)
158
return thisEnd == this.End1 ? this.
End2
: this.End1;
System\Data\Services\Serializers\MetadataSerializer.cs (12)
619
ResourceAssociationTypeEnd associationTypeEnd2 = associationSet.ResourceAssociationType.GetResourceAssociationTypeEnd(associationSet.
End2
.ResourceType, associationSet.
End2
.ResourceProperty);
621
WriteAssociationSetEnd(xmlWriter, associationSet.
End2
, associationTypeEnd2);
841
ResourceAssociationSetEnd end1 = associationSet.End1.ResourceProperty != null ? associationSet.End1 : associationSet.
End2
;
844
ResourceAssociationSetEnd end2 = (end1 == associationSet.End1 ? (associationSet.
End2
.ResourceProperty != null ? associationSet.
End2
: null) : null);
1031
bool isBiDirectional = associationSet.End1.ResourceProperty != null && associationSet.
End2
.ResourceProperty != null;
1051
end2Name = GetAssociationTypeLookupName(associationSet.
End2
.ResourceType, associationSet.
End2
.ResourceProperty);
1058
new ResourceAssociationTypeEnd(end1Name, associationSet.End1.ResourceType, associationSet.End1.ResourceProperty, associationSet.
End2
.ResourceProperty),
1059
new ResourceAssociationTypeEnd(end2Name, associationSet.
End2
.ResourceType, associationSet.
End2
.ResourceProperty, associationSet.End1.ResourceProperty));