5 references to ReferenceIdentity
System.Data.Services.Client (5)
System\Data\Services\Client\AtomParser.cs (1)
923
idText = Util.
ReferenceIdentity
(idText);
System\Data\Services\Client\DataServiceContext.cs (4)
1502
String identity = Util.
ReferenceIdentity
(editLink.AbsoluteUri);
1606
entity = (TEntity)this.TryGetEntity(Util.
ReferenceIdentity
(CommonUtil.UriToString(identity)), null, MergeOption.AppendOnly, out state);
1749
String identity = Util.
ReferenceIdentity
(CommonUtil.UriToString(editLink));
3107
String identity = Util.
ReferenceIdentity
(CommonUtil.UriToString(editLink));