2 writes to _attributeCount
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
2610_attributeCount = attributeCount; 2613_attributeCount = 0;
3 references to _attributeCount
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseReader.cs (3)
2635if (_indices != null && _indices.Length == _attributeCount && IsSorted()) 2638object[] newIndices = new object[_attributeCount]; 2642Array.Sort(_indices, 0, _attributeCount, this);