7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1068UriHelper.Unescape(path, ref result); 2800UriHelper.Unescape(slice, ref dest); 2848UriHelper.Unescape(hostSlice, ref dest); 2952UriHelper.Unescape(slice, ref dest); 4371UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
527UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 573UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);