1 instantiation of XmlAttribute
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
2872
attribute = new
XmlAttribute
();
6 references to XmlAttribute
System.Private.DataContractSerialization (6)
System\Xml\XmlBaseReader.cs (6)
2704
private
XmlAttribute
[]? _attributes;
2810
XmlAttribute
attribute = _attributes![_attributeCount - 1];
2861
_attributes = new
XmlAttribute
[1];
2865
XmlAttribute
[] newAttributes = new
XmlAttribute
[_attributeCount * 2];
2869
XmlAttribute
attribute = _attributes[_attributeCount];