1 write to _hashSet
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
1397_hashSet = hashSet;
6 references to _hashSet
Microsoft.Build (6)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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)