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