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)
2808
while (
_attributeCount
> 0)
2810
XmlAttribute attribute = _attributes![
_attributeCount
- 1];
2863
else if (_attributes.Length ==
_attributeCount
)
2865
XmlAttribute[] newAttributes = new XmlAttribute[
_attributeCount
* 2];
2866
Array.Copy(_attributes, newAttributes,
_attributeCount
);
2869
XmlAttribute attribute = _attributes[
_attributeCount
];
2873
_attributes[
_attributeCount
] = attribute;