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)
87
return
_count
;
212
for (int i=_validItemCount, n=_store.
_count
; i<n; ++i)
248
if (0 ==
_count
)
285
if ((
_count
< SIZE) && (index < SIZE))
407
switch (
_count
)
449
if (
_count
> 1)
455
if ((3 ==
_count
) && (_entry2.Equals(value)))
466
if (
_count
< SIZE)
526
else if (
_count
> 1)
533
else if ((3 ==
_count
) && (_entry2.Equals(value)))
664
T[] array = new T[
_count
];
667
if (
_count
>= 2)
670
if (
_count
== 3)
681
if (
_count
>= 2)
684
if (
_count
== 3)
733
switch (
_count
)
790
if (
_count
> 1)
796
if (
_count
> 2)
802
if (
_count
> 3)
808
if (
_count
> 4)
814
if ((6 ==
_count
) && (_entry5.Equals(value)))
828
if (
_count
< SIZE)
924
else if (
_count
> 1)
931
else if (
_count
> 2)
938
else if (
_count
> 3)
945
else if (
_count
> 4)
952
else if ((6 ==
_count
) && (_entry5.Equals(value)))
1197
T[] array = new T[
_count
];
1199
if (
_count
>= 1)
1202
if (
_count
>= 2)
1205
if (
_count
>= 3)
1208
if (
_count
>= 4)
1211
if (
_count
>= 5)
1214
if (
_count
== 6)
1228
if (
_count
>= 1)
1231
if (
_count
>= 2)
1234
if (
_count
>= 3)
1237
if (
_count
>= 4)
1240
if (
_count
>= 5)
1243
if (
_count
== 6)
1306
_entries = new T[
_count
];
1316
_entries = new T[
_count
];
1338
if ((null != _entries) && (
_count
< _entries.Length))
1340
_entries[
_count
] = value;
1372
_entries[
_count
] = value;
1381
for (int i = 0; i <
_count
; ++i)
1395
for (int index = 0; index <
_count
; ++index)
1407
if ((null != _entries) && (
_count
< _entries.Length))
1410
Array.Copy(_entries, index, _entries, index + 1,
_count
- index);
1428
for (int index = 0; index <
_count
; ++index)
1443
int numToCopy = (
_count
- index) - 1;
1450
_entries[
_count
- 1] = default(T);
1550
T[] array = new T[
_count
];
1552
for (int i = 0; i <
_count
; ++i)
1561
for (int i = 0; i <
_count
; ++i)