1 write to _hashSet
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1397
_hashSet
= hashSet;
6 references to _hashSet
Microsoft.CodeAnalysis.Threading.Package (6)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (6)
1405
if (_version !=
_hashSet
._version)
1412
while ((uint)_index < (uint)
_hashSet
._count)
1414
ref var entry = ref
_hashSet
._entries[_index++];
1422
_index =
_hashSet
._count + 1;
1435
if (_index == 0 || (_index ==
_hashSet
._count + 1))
1446
if (_version !=
_hashSet
._version)