5 references to CommonUtil
System.Data.Services (5)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
36uri = new Uri(CommonUtil.UriToString(uri).ToUpper(CultureInfo.InvariantCulture), UriKind.RelativeOrAbsolute);
System\Data\Services\Providers\ReflectionServiceProvider.cs (4)
508if (CommonUtil.IsUnsupportedType(type)) 544if (CommonUtil.IsUnsupportedType(ancestors[i])) 719if (CommonUtil.IsUnsupportedType(resourcePropertyType)) 789if (type.IsValueType || CommonUtil.IsUnsupportedType(type))