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
);
49
if (
_workIterator
== null)
79
while (
_workIterator
.MoveNext())
81
currentNode =
_workIterator
.Current;