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