4 writes to position
System.Xml (4)
System\Xml\Dom\DocumentXPathNavigator.cs (4)
1823this.position = 0; 1828this.position = other.position; 1842position = pos; 1866position++;
2 references to position
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1828this.position = other.position; 1838get { return position; }