4 writes to _attributes
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
2560_attributes = null; 2572_attributes = null; 2692_attributes = new XmlAttribute[1]; 2698_attributes = newAttributes;
8 references to _attributes
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (8)
2571if (_attributes != null && _attributes.Length > 4) 2665XmlAttribute attribute = _attributes[_attributeCount - 1]; 2690if (_attributes == null) 2694else if (_attributes.Length == _attributeCount) 2697Array.Copy(_attributes, 0, newAttributes, 0, _attributeCount); 2700XmlAttribute attribute = _attributes[_attributeCount]; 2704_attributes[_attributeCount] = attribute;