2 writes to _done
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (2)
24
_done
= false;
63
_done
= true;
2 references to _done
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (2)
31
if (!
_done
)
50
while (!
_done
&& count <= index)