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