7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1072UriHelper.Unescape(path, ref result); 2849UriHelper.Unescape(slice, ref dest); 2897UriHelper.Unescape(hostSlice, ref dest); 3001UriHelper.Unescape(slice, ref dest); 4438UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
604UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 650UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);