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