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)
2635
if (_indices != null && _indices.Length ==
_attributeCount
&& IsSorted())
2638
object[] newIndices = new object[
_attributeCount
];
2642
Array.Sort(_indices, 0,
_attributeCount
, this);