7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1052UriHelper.Unescape(path, ref result); 2784UriHelper.Unescape(slice, ref dest); 2832UriHelper.Unescape(hostSlice, ref dest); 2936UriHelper.Unescape(slice, ref dest); 4307UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
523UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 569UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);