1 write to _hashSet
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedHashSet`1.cs (1)
1395
_hashSet
= hashSet;
6 references to _hashSet
Microsoft.CodeAnalysis.Collections.Package (6)
SegmentedHashSet`1.cs (6)
1403
if (_version !=
_hashSet
._version)
1410
while ((uint)_index < (uint)
_hashSet
._count)
1412
ref var entry = ref
_hashSet
._entries[_index++];
1420
_index =
_hashSet
._count + 1;
1433
if (_index == 0 || (_index ==
_hashSet
._count + 1))
1444
if (_version !=
_hashSet
._version)