3 writes to _index
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (3)
98_index = -1; 104_index = -1; 109_index++;
4 references to _index
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (4)
110int count = _list.ReadUntil(_index + 1); // read past for delete-node case 111if (count - 1 < _index) 115_valid = (_list[_index] != null); 125return _list[_index];