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