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)
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)