4 writes to _position
System.Private.Xml (4)
System\Xml\Dom\DocumentXPathNavigator.cs (4)
2189
_position
= 0;
2195
_position
= other._position;
2212
_position
= pos;
2245
_position
++;
2 references to _position
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2195
_position = other.
_position
;
2207
get { return
_position
; }