1 write to _dictionary
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1185_dictionary = dictionary;
9 references to _dictionary
Microsoft.CodeAnalysis.InteractiveHost (9)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (9)
1194if (_version != _dictionary._version) 1201while ((uint)_index < (uint)_dictionary._count) 1203ref var entry = ref _dictionary._entries[_index++]; 1212_index = _dictionary._count + 1; 1227if (_index == 0 || (_index == _dictionary._count + 1)) 1243if (_version != _dictionary._version) 1256if (_index == 0 || (_index == _dictionary._count + 1)) 1269if (_index == 0 || (_index == _dictionary._count + 1)) 1282if (_index == 0 || (_index == _dictionary._count + 1))