7 references to Unescape
System.Private.Uri (7)
System\Uri.cs (5)
1071UriHelper.Unescape(path, ref result); 2803UriHelper.Unescape(slice, ref dest); 2851UriHelper.Unescape(hostSlice, ref dest); 2955UriHelper.Unescape(slice, ref dest); 4341UriHelper.Unescape(slice, ref dest);
System\UriExt.cs (2)
529UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb); 575UriHelper.Unescape(charsToUnescape.Slice(indexOfFirstToUnescape), ref vsb);