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)
2625if (_indices != null && _indices.Length > 32) 2635if (_indices != null && _indices.Length == _attributeCount && IsSorted()) 2642Array.Sort(_indices, 0, _attributeCount, this); 2648for (int i = 0; i < _indices!.Length - 1; i++) 2650if (Compare(_indices[i], _indices[i + 1]) >= 0) 2652_attributeIndex1 = (int)_indices[i]; 2653_attributeIndex2 = (int)_indices[i + 1];