2 references to CharToHexLookup
Microsoft.AspNetCore.Components (2)
src\Shared\UrlDecoder\UrlDecoder.cs (2)
603
return (uint)c >= (uint)
CharToHexLookup
.Length ? -1 :
CharToHexLookup
[c];