3 writes to prevHash
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
155this.prevHash = 0; 164this.prevHash = 0; 2724_attributes[i].prevHash = next;
1 reference to prevHash
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2732next = _attributes[next].prevHash;