2 writes to attributeCount
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
2737this.attributeCount = attributeCount; 2740this.attributeCount = 0;
3 references to attributeCount
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (3)
2762if (indeces != null && indeces.Length == attributeCount && IsSorted()) 2765object[] newIndeces = new object[attributeCount]; 2769Array.Sort(indeces, 0, attributeCount, this);