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