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)
35return _list.Count; 49int count = _list.Count; 57_list.Add(n); 72if (_list.Count <= index) 76if (index < 0 || _list.Count <= index) 80return _list[index];