7 references to Count
System.Private.Xml (7)
System\Xml\Dom\XmlAttributeCollection.cs (5)
42for (int i = 0; i < nodes.Count; i++) 65for (int i = 0; i < nodes.Count; i++) 83for (int i = 0; i < nodes.Count; i++) 100for (int i = 0; i < nodes.Count; i++) 236int cNodes = nodes.Count;
System\Xml\Dom\XmlNamedNodemap.cs (2)
64return nodes.Count; 71if (index < 0 || index >= nodes.Count)