2 writes to _indeces
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
2471_indeces = null; 2485_indeces = newIndeces;
10 references to _indeces
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (10)
2469if (_indeces != null && _indeces.Length > 32) 2479if (_indeces != null && _indeces.Length == _attributeCount && IsSorted()) 2486Array.Sort(_indeces, 0, _attributeCount, this); 2492for (int i = 0; i < _indeces.Length - 1; i++) 2494if (Compare(_indeces[i], _indeces[i + 1]) >= 0) 2496_attributeIndex1 = (int)_indeces[i]; 2497_attributeIndex2 = (int)_indeces[i + 1];