1 write to _dictionary
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (1)
1439
_dictionary
= dictionary;
6 references to _dictionary
Microsoft.Build (6)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (6)
1451
if (_version !=
_dictionary
._version)
1456
while ((uint)_index < (uint)
_dictionary
._count)
1458
ref var entry = ref
_dictionary
._entries[_index++];
1467
_index =
_dictionary
._count + 1;
1478
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1489
if (_version !=
_dictionary
._version)