15 references to End1
System.Data.Services (15)
System\Data\Services\Providers\ResourceAssociationSet.cs (2)
158
return thisEnd == this.
End1
? this.End2 : this.
End1
;
System\Data\Services\Serializers\MetadataSerializer.cs (13)
618
ResourceAssociationTypeEnd associationTypeEnd1 = associationSet.ResourceAssociationType.GetResourceAssociationTypeEnd(associationSet.
End1
.ResourceType, associationSet.
End1
.ResourceProperty);
620
WriteAssociationSetEnd(xmlWriter, associationSet.
End1
, associationTypeEnd1);
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;
1036
if (associationSet.
End1
.ResourceProperty != null)
1050
end1Name = GetAssociationTypeLookupName(associationSet.
End1
.ResourceType, associationSet.
End1
.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));