3 writes to _count
Microsoft.Build.Framework (3)
SegmentedDictionary`2.cs (3)
241
_count
= 0;
631
_count
= count + 1;
1001
_count
= count;
29 references to _count
Microsoft.Build.Framework (29)
SegmentedDictionary`2.cs (29)
120
var count = d.
_count
;
165
public int Count =>
_count
- _freeCount;
233
var count =
_count
;
256
for (var i = 0; i <
_count
; i++)
267
for (var i = 0; i <
_count
; i++)
281
for (var i = 0; i <
_count
; i++)
310
var count =
_count
;
624
var count =
_count
;
646
=> Resize(HashHelpers.ExpandPrime(
_count
));
655
var count =
_count
;
879
for (var i = 0; i <
_count
; i++)
897
var count =
_count
;
982
var oldCount =
_count
;
1165
while ((uint)_index < (uint)_dictionary.
_count
)
1176
_index = _dictionary.
_count
+ 1;
1191
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1220
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1233
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1246
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1292
var count = _dictionary.
_count
;
1365
var count = _dictionary.
_count
;
1412
while ((uint)_index < (uint)_dictionary.
_count
)
1423
_index = _dictionary.
_count
+ 1;
1434
if (_index == 0 || (_index == _dictionary.
_count
+ 1))
1492
var count = _dictionary.
_count
;
1565
var count = _dictionary.
_count
;
1612
while ((uint)_index < (uint)_dictionary.
_count
)
1622
_index = _dictionary.
_count
+ 1;
1633
if (_index == 0 || (_index == _dictionary.
_count
+ 1))