1 instantiation of XmlAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1862attribute = new XmlAttribute();
6 references to XmlAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (6)
1698private XmlAttribute[] _attributes; 1824XmlAttribute attribute = _attributes[_attributeCount - 1]; 1851_attributes = new XmlAttribute[1]; 1855XmlAttribute[] newAttributes = new XmlAttribute[_attributeCount * 2]; 1859XmlAttribute attribute = _attributes[_attributeCount];