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;
1025
dictionary.
_count
= count + 1;
11 references to _count
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (11)
132
Debug.Assert(
_count
== 0);
138
CopyEntries(oldEntries, source.
_count
);
143
int count = source.
_count
;
209
public int Count =>
_count
- _freeCount;
282
int count =
_count
;
305
for (int i = 0; i <
_count
; i++)
316
for (int i = 0; i <
_count
; i++)
330
for (int i = 0; i <
_count
; i++)
359
int count =
_count
;
608
int count =
_count
;
1018
int count = dictionary.
_count
;