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)
110
int count = _list.ReadUntil(
_index
+ 1); // read past for delete-node case
111
if (count - 1 <
_index
)
115
_valid = (_list[
_index
] != null);
125
return _list[
_index
];