3 writes to contentPos
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
153
this.
contentPos
= 0;
162
this.
contentPos
= pos;
193
this.
contentPos
+= adj;
6 references to contentPos
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
192
if (this.
contentPos
!= 0)
841
_pos = _attributes[_attrIndex - 1].
contentPos
;
1012
_pos = _attributes[_attrIndex - 1].
contentPos
;
2025
Debug.Assert((_attributes[i].
contentPos
>= 0) && (_attributes[i].
contentPos
<= (end)));
2351
_pos = _attributes[i].
contentPos
;