1 write to _dictionary
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1183
_dictionary
= dictionary;
9 references to _dictionary
Microsoft.CodeAnalysis (9)
src\Dependencies\Collections\SegmentedDictionary`2.cs (9)
1192
if (_version !=
_dictionary
._version)
1199
while ((uint)_index < (uint)
_dictionary
._count)
1201
ref var entry = ref
_dictionary
._entries[_index++];
1210
_index =
_dictionary
._count + 1;
1225
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1241
if (_version !=
_dictionary
._version)
1254
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1267
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1280
if (_index == 0 || (_index ==
_dictionary
._count + 1))