7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1063UriHelper.Unescape(path, ref result); 2795UriHelper.Unescape(slice, ref dest); 2843UriHelper.Unescape(hostSlice, ref dest); 2947UriHelper.Unescape(slice, ref dest); 4329UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
523UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 569UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);