1 instantiation of XmlAttribute
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
3010attribute = new XmlAttribute();
6 references to XmlAttribute
System.Runtime.Serialization (6)
System\Xml\XmlBaseReader.cs (6)
2831XmlAttribute[] attributes; 2948XmlAttribute attribute = attributes[attributeCount - 1]; 2999attributes = new XmlAttribute[1]; 3003XmlAttribute[] newAttributes = new XmlAttribute[attributeCount * 2]; 3007XmlAttribute attribute = attributes[attributeCount];