7 references to LinkDescriptor
System.Data.Services.Client (7)
System\Data\Services\Client\DataServiceContext.cs (6)
508if (this.bindings.TryGetValue(new LinkDescriptor(source, sourceProperty, target), out link)) 1225LinkDescriptor relation = new LinkDescriptor(source, sourceProperty, target); 1267LinkDescriptor relation = new LinkDescriptor(source, sourceProperty, target); 1296LinkDescriptor relation = new LinkDescriptor(source, sourceProperty, target); 1350relation = new LinkDescriptor(source, sourceProperty, target); 1786LinkDescriptor relation = new LinkDescriptor(source, sourceProperty, target);
System\Data\Services\Client\EntityDescriptor.cs (1)
417return new LinkDescriptor(this.parentDescriptor.entity, this.parentProperty, this.entity);