1 write to _dictionary
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1439_dictionary = dictionary;
6 references to _dictionary
Microsoft.CodeAnalysis.InteractiveHost (6)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (6)
1451if (_version != _dictionary._version) 1456while ((uint)_index < (uint)_dictionary._count) 1458ref var entry = ref _dictionary._entries[_index++]; 1467_index = _dictionary._count + 1; 1478if (_index == 0 || (_index == _dictionary._count + 1)) 1489if (_version != _dictionary._version)