8 references to FromChar
System.Private.Xml (8)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (5)
468byteLo = FromChar(utf8Source[i + 1]); 469byteHi = FromChar(utf8Source[i]); 503byteLo = FromChar(source[i + 1]); 504byteHi = FromChar(source[i]); 582return FromChar(c) != 0xFF;
System\Xml\BinHexDecoder.cs (1)
154int val = HexConverter.FromChar(ch);
System\Xml\Core\XmlTextReaderImpl.cs (1)
7246int ch = HexConverter.FromChar(chars[pos]);
System\Xml\XmlConvert.cs (1)
291return HexConverter.FromChar(digit);