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)
2469
if (
_indeces
!= null &&
_indeces
.Length > 32)
2479
if (
_indeces
!= null &&
_indeces
.Length == _attributeCount && IsSorted())
2486
Array.Sort(
_indeces
, 0, _attributeCount, this);
2492
for (int i = 0; i <
_indeces
.Length - 1; i++)
2494
if (Compare(
_indeces
[i],
_indeces
[i + 1]) >= 0)
2496
_attributeIndex1 = (int)
_indeces
[i];
2497
_attributeIndex2 = (int)
_indeces
[i + 1];