1 write to _dictionary
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1645
_dictionary
= dictionary;
6 references to _dictionary
Microsoft.CodeAnalysis (6)
src\Dependencies\Collections\SegmentedDictionary`2.cs (6)
1657
if (_version !=
_dictionary
._version)
1662
while ((uint)_index < (uint)
_dictionary
._count)
1664
ref var entry = ref
_dictionary
._entries[_index++];
1672
_index =
_dictionary
._count + 1;
1683
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1694
if (_version !=
_dictionary
._version)