4 writes to _position
System.Private.Xml (4)
System\Xml\XPath\Internal\XPathSingletonIterator.cs (4)
24
_position
= 1;
31
_position
= it._position;
58
_position
= 1;
66
_position
= 0;
3 references to _position
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathSingletonIterator.cs (3)
31
_position = it.
_position
;
46
get { return
_position
; }
56
if (
_position
== 0)