3 writes to prevHash
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
178this.prevHash = 0; 186this.prevHash = 0; 2741_attributes[i].prevHash = next;
1 reference to prevHash
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
2749next = _attributes[next].prevHash;