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)
1405if (_version != _hashSet._version) 1412while ((uint)_index < (uint)_hashSet._count) 1414ref var entry = ref _hashSet._entries[_index++]; 1422_index = _hashSet._count + 1; 1435if (_index == 0 || (_index == _hashSet._count + 1)) 1446if (_version != _hashSet._version)