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)
1403if (_version != _hashSet._version) 1410while ((uint)_index < (uint)_hashSet._count) 1412ref var entry = ref _hashSet._entries[_index++]; 1420_index = _hashSet._count + 1; 1433if (_index == 0 || (_index == _hashSet._count + 1)) 1444if (_version != _hashSet._version)