2 references to HexUnescape
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
447
char unescapedChar = Uri.
HexUnescape
(s, ref i);
System.Net.Http (1)
System\Net\Http\Headers\ContentDispositionHeaderValue.cs (1)
524
unescapedBytes[unescapedBytesCount++] = (byte)Uri.
HexUnescape
(dataString, ref index);