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); 45if (_workIterator == null) 75while (_workIterator.MoveNext()) 77currentNode = _workIterator.Current!;