5 references to BinHexEncoder
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3555return BinHexEncoder.Encode( this.data, this.tokDataPos, this.tokLen );
System\Xml\Core\XmlTextWriter.cs (1)
802BinHexEncoder.Encode( buffer, index, count, this );
System\Xml\Core\XmlWriter.cs (1)
194BinHexEncoder.Encode(buffer, index, count, this);
System\Xml\Core\XmlWriterAsync.cs (1)
171return BinHexEncoder.EncodeAsync(buffer, index, count, this);
System\Xml\XmlConvert.cs (1)
308return BinHexEncoder.Encode(inArray, 0, inArray.Length);