5 writes to _count
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (5)
290
_count
= 0;
616
_count
= count + 1;
1026
dictionary.
_count
= count + 1;
1163
dictionary.
_count
= count + 1;
1736
_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
;
609
int count =
_count
;
1019
int count = dictionary.
_count
;
1156
int count = dictionary.
_count
;
1246
private void Resize() => Resize(HashHelpers.ExpandPrime(
_count
), false);
1257
int count =
_count
;
1605
for (int i = 0; i <
_count
; i++)
1623
int count =
_count
;
1707
int oldCount =
_count
;
1903
while ((uint)_index < (uint)_dictionary.
_count
)
1914
_index = _dictionary.
_count
+ 1;
1927
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1956
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1969
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1982
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
2027
int count = _dictionary.
_count
;
2099
int count = _dictionary.
_count
;
2143
while ((uint)_index < (uint)_dictionary.
_count
)
2154
_index = _dictionary.
_count
+ 1;
2165
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
2222
int count = _dictionary.
_count
;
2293
int count = _dictionary.
_count
;
2337
while ((uint)_index < (uint)_dictionary.
_count
)
2347
_index = _dictionary.
_count
+ 1;
2358
if (_index == 0 || (_index == _dictionary.
_count
+ 1))