5 references to BinHexEncoder
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3998return BinHexEncoder.Encode(_data, _tokDataPos, _tokLen);
System\Xml\Core\XmlTextWriter.cs (1)
974BinHexEncoder.Encode(buffer, index, count, this);
System\Xml\Core\XmlWriter.cs (1)
187BinHexEncoder.Encode(buffer, index, count, this);
System\Xml\Core\XmlWriterAsync.cs (1)
185return BinHexEncoder.EncodeAsync(buffer, index, count, this);
System\Xml\XmlConvert.cs (1)
303return BinHexEncoder.Encode(inArray, 0, inArray.Length);