3 writes to contentPos
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
155this.contentPos = 0; 162this.contentPos = pos; 188this.contentPos += adj;
6 references to contentPos
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
187if (this.contentPos != 0) 748this.pos = this.attributes[this.attrIndex - 1].contentPos; 888this.pos = this.attributes[this.attrIndex - 1].contentPos; 1780Debug.Assert((this.attributes[i].contentPos >= 0) && (this.attributes[i].contentPos <= (end))); 2073this.pos = this.attributes[i].contentPos;