4 writes to count
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (4)
79
count
++;
124
count
++;
129
count
= 0;
204
count
--;
2 references to count
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (2)
83
public int Count =>
count
;
426
var array = new DebugViewDictionaryItem<object, object?>[_list.
count
];