1 instantiation of XmlAttribute
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2036attribute = new XmlAttribute();
6 references to XmlAttribute
System.Runtime.Serialization (6)
System\Xml\XmlBaseWriter.cs (6)
1872XmlAttribute[] attributes; 1998XmlAttribute attribute = attributes[attributeCount - 1]; 2025attributes = new XmlAttribute[1]; 2029XmlAttribute[] newAttributes = new XmlAttribute[attributeCount * 2]; 2033XmlAttribute attribute = attributes[attributeCount];