2 writes to indeces
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
2754
indeces
= null;
2768
this.
indeces
= newIndeces;
10 references to indeces
System.Runtime.Serialization (10)
System\Xml\XmlBaseReader.cs (10)
2752
if (
indeces
!= null &&
indeces
.Length > 32)
2762
if (
indeces
!= null &&
indeces
.Length == attributeCount && IsSorted())
2769
Array.Sort(
indeces
, 0, attributeCount, this);
2775
for (int i = 0; i <
indeces
.Length - 1; i++)
2777
if (Compare(
indeces
[i],
indeces
[i + 1]) >= 0)
2779
attributeIndex1 = (int)
indeces
[i];
2780
attributeIndex2 = (int)
indeces
[i + 1];