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