3 writes to prevHash
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
157this.prevHash = 0; 164this.prevHash = 0; 2391this.attributes[i].prevHash = next;
1 reference to prevHash
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2397next = this.attributes[next].prevHash;