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