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