1 write to sourceProperty
System.Data.Services.Client (1)
System\Data\Services\Client\LinkDescriptor.cs (1)
58
this.
sourceProperty
= sourceProperty;
3 references to sourceProperty
System.Data.Services.Client (3)
System\Data\Services\Client\LinkDescriptor.cs (3)
79
get { return this.
sourceProperty
; }
101
this.
sourceProperty
== srcPropName);
113
return (null != x) && (null != y) && x.IsEquivalent(y.source, y.
sourceProperty
, y.target);