7 references to Count
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (5)
44for (int i = 0; i < nodes.Count; i++) 67for (int i = 0; i < nodes.Count; i++) 85for (int i = 0; i < nodes.Count; i++) 101for (int i = 0; i < nodes.Count; i++) 233int cNodes = nodes.Count;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (2)
65return nodes.Count; 72if (index < 0 || index >= nodes.Count)