7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1072UriHelper.Unescape(path, ref result); 2848UriHelper.Unescape(slice, ref dest); 2896UriHelper.Unescape(hostSlice, ref dest); 3000UriHelper.Unescape(slice, ref dest); 4448UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
604UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 650UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);