3 writes to position
System.Xml (3)
System\Xml\XPath\Internal\XPathMultyIterator.cs (3)
117
position
= 0;
127
this.
position
= it.position;
157
position
++;
4 references to position
System.Xml (4)
System\Xml\XPath\Internal\XPathMultyIterator.cs (4)
127
this.position = it.
position
;
136
Debug.Assert(
position
!= 0, "MoveNext() wasn't called");
142
public override int CurrentPosition { get { return
position
; } }
149
if (
position
!= 0) {