4 writes to attributes
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2843this.attributes = null; 2855attributes = null; 2999attributes = new XmlAttribute[1]; 3005attributes = newAttributes;
8 references to attributes
System.Runtime.Serialization (8)
System\Xml\XmlBaseReader.cs (8)
2854if (attributes != null && attributes.Length > 4) 2948XmlAttribute attribute = attributes[attributeCount - 1]; 2997if (attributes == null) 3001else if (attributes.Length == attributeCount) 3004Array.Copy(attributes, newAttributes, attributeCount); 3007XmlAttribute attribute = attributes[attributeCount]; 3011attributes[attributeCount] = attribute;