1 instantiation of XmlAttribute
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseWriter.cs (1)
2089
attribute = new
XmlAttribute
();
6 references to XmlAttribute
System.Private.DataContractSerialization (6)
System\Xml\XmlBaseWriter.cs (6)
1925
private
XmlAttribute
[]? _attributes;
2051
XmlAttribute
attribute = _attributes![_attributeCount - 1];
2078
_attributes = new
XmlAttribute
[1];
2082
XmlAttribute
[] newAttributes = new
XmlAttribute
[_attributeCount * 2];
2086
XmlAttribute
attribute = _attributes[_attributeCount];