4 writes to _workIterator
System.Private.Xml (4)
System\Xml\XPath\Internal\PrecedingQuery.cs (4)
32
_workIterator
= Clone(other._workIterator);
38
_workIterator
= null;
72
_workIterator
= last.SelectDescendants(XPathNodeType.All, true);
84
_workIterator
= null;
4 references to _workIterator
System.Private.Xml (4)
System\Xml\XPath\Internal\PrecedingQuery.cs (4)
32
_workIterator = Clone(other.
_workIterator
);
45
if (
_workIterator
== null)
75
while (
_workIterator
.MoveNext())
77
currentNode =
_workIterator
.Current!;