4 writes to attributeCount
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2844this.attributeCount = 0; 2921this.attributeCount = 0; 2953attributeCount--; 3016attributeCount++;
7 references to attributeCount
System.Runtime.Serialization (7)
System\Xml\XmlBaseReader.cs (7)
2946while (attributeCount > 0) 2948XmlAttribute attribute = attributes[attributeCount - 1]; 3001else if (attributes.Length == attributeCount) 3003XmlAttribute[] newAttributes = new XmlAttribute[attributeCount * 2]; 3004Array.Copy(attributes, newAttributes, attributeCount); 3007XmlAttribute attribute = attributes[attributeCount]; 3011attributes[attributeCount] = attribute;