1 instantiation of XmlAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2703attribute = new XmlAttribute();
6 references to XmlAttribute
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (6)
2548private XmlAttribute[] _attributes; 2665XmlAttribute attribute = _attributes[_attributeCount - 1]; 2692_attributes = new XmlAttribute[1]; 2696XmlAttribute[] newAttributes = new XmlAttribute[_attributeCount * 2]; 2700XmlAttribute attribute = _attributes[_attributeCount];