34 references to Count
dotnet-svcutil-lib (34)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
192for (int i = 0; i < attrs.Count; i++) 355for (int i = 0; i < attributes.Count; i++) 410for (int i = 0; i < attributes.Count; i++) 711for (int i = 0; i < attributes.Count; i++)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (10)
277for (int i = 0; i < attributes.Count; i++) 302for (int i = 0; i < attributes.Count; i++) 331for (int i = 0; i < attributes.Count; i++) 359for (int i = _attributeIndex + 1; i < attributes.Count; i++) 539for (int i = attributes.Count - 1; i >= 0; i--) 653Debug.Assert(0 <= index && index < attributes.Count); 1337for (int i = 0; i < attributes.Count; i++) 1846for (int j = 0; j < attributes.Count; j++) 1883for (int i = 0; i < attributes.Count; i++) 1903&& index < attributes.Count
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (5)
248if (i < 0 || i >= Count) 257int n = Count; 267for (int i = 0, max = Count; i < max; i++, index++) 283get { return base.Count; } 288for (int i = 0, max = Count; i < max; i++, index++)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
967int cAttr = fromElem.Attributes.Count;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (2)
263return _attributes.Count > 0; 509for (int i = 0; i < attrs.Count; i += 1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
812int cAttrs = attrs.Count;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (2)
115int c = this.Count; 129int c = this.Count;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (3)
1082for (int iAttr = 0; iAttr < attrs.Count; iAttr++) 1096for (int iAttr = 0; iAttr < attrs.Count; iAttr++) 1165for (int iAttr = 0; iAttr < attrs.Count; iAttr++)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
340return ((XmlElement)_curNode).Attributes.Count; 343return _elemNode.Attributes.Count; 737if (_attrIndex >= (_elemNode.Attributes.Count - 1)) 747if (_curNode.Attributes.Count > 0) 960for (int i = 0; i < attrs.Count; i++) 1010for (int i = 0; i < attrs.Count; i++)