1 write to _list
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (1)
23
_list
= new List<XmlNode>();
6 references to _list
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (6)
35
return
_list
.Count;
49
int count =
_list
.Count;
57
_list
.Add(n);
72
if (
_list
.Count <= index)
76
if (index < 0 ||
_list
.Count <= index)
80
return
_list
[index];