27 writes to _count
WindowsBase (27)
Shared\MS\Utility\FrugalList.cs (27)
94_count = newCount; 217_store._count = _validItemCount; 251++_count; 265_count = 0; 288++_count; 306--_count; 319--_count; 376_count = value; 425++_count; 435_count = 0; 488++_count; 565--_count; 702_count = value; 763++_count; 776_count = 0; 874++_count; 1009--_count; 1265_count = value; 1305_count = collection.Count; 1315_count = collection.Count; 1341++_count; 1373++_count; 1385_count = 0; 1414++_count; 1451--_count; 1578_count = value; 1675_targetStore._count = _validItemCount;
55 references to _count
WindowsBase (55)
Shared\MS\Utility\FrugalList.cs (55)
87return _count; 212for (int i=_validItemCount, n=_store._count; i<n; ++i) 248if (0 == _count) 285if ((_count < SIZE) && (index < SIZE)) 407switch (_count) 449if (_count > 1) 455if ((3 == _count) && (_entry2.Equals(value))) 466if (_count < SIZE) 526else if ( _count > 1) 533else if ((3 == _count) && (_entry2.Equals(value))) 664T[] array = new T[_count]; 667if (_count >= 2) 670if (_count == 3) 681if (_count >= 2) 684if (_count == 3) 733switch (_count) 790if (_count > 1) 796if (_count > 2) 802if (_count > 3) 808if (_count > 4) 814if ((6 == _count) && (_entry5.Equals(value))) 828if (_count < SIZE) 924else if (_count > 1) 931else if (_count > 2) 938else if (_count > 3) 945else if (_count > 4) 952else if ((6 == _count) && (_entry5.Equals(value))) 1197T[] array = new T[_count]; 1199if (_count >= 1) 1202if (_count >= 2) 1205if (_count >= 3) 1208if (_count >= 4) 1211if (_count >= 5) 1214if (_count == 6) 1228if (_count >= 1) 1231if (_count >= 2) 1234if (_count >= 3) 1237if (_count >= 4) 1240if (_count >= 5) 1243if (_count == 6) 1306_entries = new T[_count]; 1316_entries = new T[_count]; 1338if ((null != _entries) && (_count < _entries.Length)) 1340_entries[_count] = value; 1372_entries[_count] = value; 1381for (int i = 0; i < _count; ++i) 1395for (int index = 0; index < _count; ++index) 1407if ((null != _entries) && (_count < _entries.Length)) 1410Array.Copy(_entries, index, _entries, index + 1, _count - index); 1428for (int index = 0; index < _count; ++index) 1443int numToCopy = (_count - index) - 1; 1450_entries[_count - 1] = default(T); 1550T[] array = new T[_count]; 1552for (int i = 0; i < _count; ++i) 1561for (int i = 0; i < _count; ++i)