4 writes to _attributes
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseWriter.cs (4)
2001_attributes = null; 2006_attributes = null; 2078_attributes = new XmlAttribute[1]; 2084_attributes = newAttributes;
8 references to _attributes
System.Private.DataContractSerialization (8)
System\Xml\XmlBaseWriter.cs (8)
2000if (_attributes != null && _attributes.Length > 4) 2051XmlAttribute attribute = _attributes![_attributeCount - 1]; 2076if (_attributes == null) 2080else if (_attributes.Length == _attributeCount) 2083Array.Copy(_attributes, newAttributes, _attributeCount); 2086XmlAttribute attribute = _attributes[_attributeCount]; 2090_attributes[_attributeCount] = attribute;