2 writes to _position
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
27
_position
= it._position;
40
_position
++;
2 references to _position
System.Private.Xml (2)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
27
_position = it.
_position
;
52
public override int CurrentPosition { get { return
_position
; } }