4 writes to _attributes
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
2716_attributes = null; 2728_attributes = null; 2861_attributes = new XmlAttribute[1]; 2867_attributes = newAttributes;
8 references to _attributes
System.Private.DataContractSerialization (8)
System\Xml\XmlBaseReader.cs (8)
2727if (_attributes != null && _attributes.Length > 4) 2810XmlAttribute attribute = _attributes![_attributeCount - 1]; 2859if (_attributes == null) 2863else if (_attributes.Length == _attributeCount) 2866Array.Copy(_attributes, newAttributes, _attributeCount); 2869XmlAttribute attribute = _attributes[_attributeCount]; 2873_attributes[_attributeCount] = attribute;