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