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