2 writes to position
System.Xml (2)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
31this.position = it.position; 41position++;
2 references to position
System.Xml (2)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (2)
31this.position = it.position; 52public override int CurrentPosition { get { return position; } }