4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
1948attributes = null; 1953attributes = null; 2025attributes = new XmlAttribute[1]; 2031attributes = newAttributes;
8 references to attributes
System.Runtime.Serialization (8)
System\Xml\XmlBaseWriter.cs (8)
1947if (attributes != null && attributes.Length > 4) 1998XmlAttribute attribute = attributes[attributeCount - 1]; 2023if (attributes == null) 2027else if (attributes.Length == attributeCount) 2030Array.Copy(attributes, newAttributes, attributeCount); 2033XmlAttribute attribute = attributes[attributeCount]; 2037attributes[attributeCount] = attribute;