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