11 references to CommonUtil
System.Data.Services.Client (11)
System\Data\Services\Client\ClientType.cs (1)
411
if (
CommonUtil
.IsUnsupportedType(type))
System\Data\Services\Client\DataServiceContext.cs (10)
163
!Uri.IsWellFormedUriString(
CommonUtil
.UriToString(serviceRoot), UriKind.Absolute) ||
173
string serviceRootString =
CommonUtil
.UriToString(serviceRoot);
1606
entity = (TEntity)this.TryGetEntity(Util.ReferenceIdentity(
CommonUtil
.UriToString(identity)), null, MergeOption.AppendOnly, out state);
1749
String identity = Util.ReferenceIdentity(
CommonUtil
.UriToString(editLink));
2310
Debug.Assert(null != baseUriWithSlash && baseUriWithSlash.IsAbsoluteUri &&
CommonUtil
.UriToString(baseUriWithSlash).EndsWith("/", StringComparison.Ordinal), "baseUriWithSlash");
2718
relative = Util.CreateUri(XmlConstants.UriLinkSegment + "/" +
CommonUtil
.UriToString(navigationPropertyUri), UriKind.Relative);
2745
requestString = "$" + sourceResource.ChangeOrder.ToString(CultureInfo.InvariantCulture) + "/" +
CommonUtil
.UriToString(relative);
2786
id =
CommonUtil
.UriToString(targetResource.GetResourceUri(this.baseUriWithSlash, false /*queryLink*/));
3059
String targetEditLink =
CommonUtil
.UriToString(this.entityDescriptors[end.Target].EditLink);
3107
String identity = Util.ReferenceIdentity(
CommonUtil
.UriToString(editLink));