3 writes to _count
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
306
_count
= 0;
629
_count
= count + 1;
1037
_count
= newCount;
31 references to _count
Microsoft.CodeAnalysis.InteractiveHost (31)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (31)
169
Debug.Assert(
_count
== 0);
175
CopyEntries(oldEntries, source.
_count
);
180
var count = source.
_count
;
230
public int Count =>
_count
- _freeCount;
298
var count =
_count
;
321
for (var i = 0; i <
_count
; i++)
332
for (var i = 0; i <
_count
; i++)
346
for (var i = 0; i <
_count
; i++)
375
var count =
_count
;
622
var count =
_count
;
644
=> Resize(HashHelpers.ExpandPrime(
_count
));
651
var count =
_count
;
909
for (var i = 0; i <
_count
; i++)
927
var count =
_count
;
1012
var oldCount =
_count
;
1201
while ((uint)_index < (uint)_dictionary.
_count
)
1212
_index = _dictionary.
_count
+ 1;
1227
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1256
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1269
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1282
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1330
var count = _dictionary.
_count
;
1409
var count = _dictionary.
_count
;
1456
while ((uint)_index < (uint)_dictionary.
_count
)
1467
_index = _dictionary.
_count
+ 1;
1478
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1538
var count = _dictionary.
_count
;
1617
var count = _dictionary.
_count
;
1664
while ((uint)_index < (uint)_dictionary.
_count
)
1674
_index = _dictionary.
_count
+ 1;
1685
if (_index == 0 || (_index == _dictionary.
_count
+ 1))