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