3 references to GetLinks
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1840
from x in this.context.
GetLinks
(entry.ResolvedObject, property.PropertyName)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
163
LinkDescriptor end = this.context.
GetLinks
(link.Source, link.SourceProperty).FirstOrDefault();
System\Data\Services\Client\DataServiceContext.cs (1)
3418
LinkDescriptor existing = this.
GetLinks
(source, sourceProperty).FirstOrDefault();