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