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