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