7 writes to _count
WindowsBase (7)
Shared\MS\Utility\FrugalMap.cs (7)
313
++
_count
;
336
--
_count
;
347
--
_count
;
354
--
_count
;
365
--
_count
;
373
--
_count
;
380
--
_count
;
15 references to _count
WindowsBase (15)
Shared\MS\Utility\FrugalMap.cs (15)
238
switch (
_count
)
287
if (SIZE >
_count
)
291
switch (
_count
)
329
switch (
_count
)
393
if (
_count
> 0)
399
if (
_count
> 1)
405
if ((
_count
> 2) && (_entry2.Key == key))
418
if ((false == _sorted) && (
_count
> 1))
427
if (
_count
> 2)
449
if (index <
_count
)
484
if (
_count
> 0)
486
if (
_count
>= 1)
490
if (
_count
>= 2)
494
if (
_count
== 3)
525
return
_count
;