3 writes to _count
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
290_count = 0; 615_count = count + 1; 976dictionary._count = count + 1;
11 references to _count
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (11)
132Debug.Assert(_count == 0); 138CopyEntries(oldEntries, source._count); 143int count = source._count; 209public int Count => _count - _freeCount; 282int count = _count; 305for (int i = 0; i < _count; i++) 316for (int i = 0; i < _count; i++) 330for (int i = 0; i < _count; i++) 359int count = _count; 608int count = _count; 969int count = dictionary._count;