3 references to CharToHexLookup
System.Security.Cryptography (3)
src\libraries\Common\src\System\HexConverter.cs (3)
368
return c >=
CharToHexLookup
.Length ? 0xFF :
CharToHexLookup
[c];
374
return c > 71 ? 0xFF :
CharToHexLookup
[c];