2 references to ReadHex
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
565int firstNibble = ReadHex(ref probe, buffer); 566int secondNibble = ReadHex(ref probe, buffer);