3 references to CharToHexLookup
System.Private.Uri (3)
src\libraries\Common\src\System\HexConverter.cs (3)
534
return (c >=
CharToHexLookup
.Length) ? 0xFF :
CharToHexLookup
[c];
540
return (c > 71) ? 0xFF :
CharToHexLookup
[c];