4 writes to _attributeCount
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
2561_attributeCount = 0; 2638_attributeCount = 0; 2670_attributeCount--; 2709_attributeCount++;
7 references to _attributeCount
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (7)
2663while (_attributeCount > 0) 2665XmlAttribute attribute = _attributes[_attributeCount - 1]; 2694else if (_attributes.Length == _attributeCount) 2696XmlAttribute[] newAttributes = new XmlAttribute[_attributeCount * 2]; 2697Array.Copy(_attributes, 0, newAttributes, 0, _attributeCount); 2700XmlAttribute attribute = _attributes[_attributeCount]; 2704_attributes[_attributeCount] = attribute;