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