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