4 writes to _attributes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (4)
1774_attributes = null; 1779_attributes = null; 1851_attributes = new XmlAttribute[1]; 1857_attributes = newAttributes;
8 references to _attributes
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (8)
1773if (_attributes != null && _attributes.Length > 4) 1824XmlAttribute attribute = _attributes[_attributeCount - 1]; 1849if (_attributes == null) 1853else if (_attributes.Length == _attributeCount) 1856Array.Copy(_attributes, 0, newAttributes, 0, _attributeCount); 1859XmlAttribute attribute = _attributes[_attributeCount]; 1863_attributes[_attributeCount] = attribute;