2 writes to _count
System.Private.CoreLib (2)
System\Reflection\Runtime\General\ListBuilder.cs (2)
17
_count
= 0;
86
_count
++;
8 references to _count
System.Private.CoreLib (8)
System\Reflection\Runtime\General\ListBuilder.cs (8)
40
if (
_count
== 0)
42
if (
_count
== 1)
45
Array.Resize(ref _items,
_count
);
58
return
_count
;
64
if (
_count
== 0)
70
if (
_count
== 1)
77
else if (_capacity ==
_count
)
84
_items[
_count
] = item;