3 writes to _attributeCount
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
1968_attributeCount = 0; 2057_attributeCount--; 2095_attributeCount++;
7 references to _attributeCount
System.Private.DataContractSerialization (7)
System\Xml\XmlBaseWriter.cs (7)
2049while (_attributeCount > 0) 2051XmlAttribute attribute = _attributes![_attributeCount - 1]; 2080else if (_attributes.Length == _attributeCount) 2082XmlAttribute[] newAttributes = new XmlAttribute[_attributeCount * 2]; 2083Array.Copy(_attributes, newAttributes, _attributeCount); 2086XmlAttribute attribute = _attributes[_attributeCount]; 2090_attributes[_attributeCount] = attribute;