1 write to _list
System.Private.Xml (1)
System\Xml\Dom\XPathNodeList.cs (1)
94
_list
= list;
3 references to _list
System.Private.Xml (3)
System\Xml\Dom\XPathNodeList.cs (3)
107
int count =
_list
.ReadUntil(_index + 1); // read past for delete-node case
112
_valid = (
_list
[_index] != null);
122
return
_list
[_index];