4 writes to _workIterator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (4)
36_workIterator = Clone(other._workIterator); 42_workIterator = null; 76_workIterator = last.SelectDescendants(XPathNodeType.All, true); 88_workIterator = null;
4 references to _workIterator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (4)
36_workIterator = Clone(other._workIterator); 49if (_workIterator == null) 79while (_workIterator.MoveNext()) 81currentNode = _workIterator.Current;