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