5 writes to _count
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
290
_count
= 0;
615
_count
= count + 1;
1025
dictionary.
_count
= count + 1;
1162
dictionary.
_count
= count + 1;
1627
_count
= newCount;
33 references to _count
System.Private.CoreLib (33)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (33)
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
;
1155
int count = dictionary.
_count
;
1245
private void Resize() => Resize(HashHelpers.ExpandPrime(
_count
), false);
1256
int count =
_count
;
1496
for (int i = 0; i <
_count
; i++)
1514
int count =
_count
;
1598
int oldCount =
_count
;
1794
while ((uint)_index < (uint)_dictionary.
_count
)
1805
_index = _dictionary.
_count
+ 1;
1818
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1847
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1860
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1873
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1918
int count = _dictionary.
_count
;
1990
int count = _dictionary.
_count
;
2034
while ((uint)_index < (uint)_dictionary.
_count
)
2045
_index = _dictionary.
_count
+ 1;
2056
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
2113
int count = _dictionary.
_count
;
2184
int count = _dictionary.
_count
;
2228
while ((uint)_index < (uint)_dictionary.
_count
)
2238
_index = _dictionary.
_count
+ 1;
2249
if (_index == 0 || (_index == _dictionary.
_count
+ 1))