1 write to unicode
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
314unicode = System.Text.Encoding.Unicode;
1 reference to unicode
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2054return unicode.GetString(this.data, pos, checked(cch * 2));