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; 52public override int CurrentPosition { get { return _position; } }