2 writes to _indices
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
2627
_indices
= null;
2641
_indices
= newIndices;
10 references to _indices
System.Private.DataContractSerialization (10)
System\Xml\XmlBaseReader.cs (10)
2625
if (
_indices
!= null &&
_indices
.Length > 32)
2635
if (
_indices
!= null &&
_indices
.Length == _attributeCount && IsSorted())
2642
Array.Sort(
_indices
, 0, _attributeCount, this);
2648
for (int i = 0; i <
_indices
!.Length - 1; i++)
2650
if (Compare(
_indices
[i],
_indices
[i + 1]) >= 0)
2652
_attributeIndex1 = (int)
_indices
[i];
2653
_attributeIndex2 = (int)
_indices
[i + 1];