4 writes to workIterator
System.Xml (4)
System\Xml\XPath\Internal\PrecedingQuery.cs (4)
35
this.
workIterator
= Clone(other.workIterator);
40
workIterator
= null;
67
workIterator
= last.SelectDescendants(XPathNodeType.All, true);
76
workIterator
= null;
4 references to workIterator
System.Xml (4)
System\Xml\XPath\Internal\PrecedingQuery.cs (4)
35
this.workIterator = Clone(other.
workIterator
);
46
if (
workIterator
== null) {
70
while (
workIterator
.MoveNext()) {
71
currentNode =
workIterator
.Current;