2 references to GetUnescapedParts
System (2)
net\System\URI.cs (1)
1135return GetUnescapedParts(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.Unescaped);
net\System\UriExt.cs (1)
924return GetUnescapedParts(uriComponents, uriFormat);