4 writes to _attributeCount
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
2717_attributeCount = 0; 2783_attributeCount = 0; 2815_attributeCount--; 2878_attributeCount++;
7 references to _attributeCount
System.Private.DataContractSerialization (7)
System\Xml\XmlBaseReader.cs (7)
2808while (_attributeCount > 0) 2810XmlAttribute attribute = _attributes![_attributeCount - 1]; 2863else if (_attributes.Length == _attributeCount) 2865XmlAttribute[] newAttributes = new XmlAttribute[_attributeCount * 2]; 2866Array.Copy(_attributes, newAttributes, _attributeCount); 2869XmlAttribute attribute = _attributes[_attributeCount]; 2873_attributes[_attributeCount] = attribute;