1 write to _dictionary
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1647_dictionary = dictionary;
6 references to _dictionary
Microsoft.CodeAnalysis.Workspaces (6)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (6)
1659if (_version != _dictionary._version) 1664while ((uint)_index < (uint)_dictionary._count) 1666ref var entry = ref _dictionary._entries[_index++]; 1674_index = _dictionary._count + 1; 1685if (_index == 0 || (_index == _dictionary._count + 1)) 1696if (_version != _dictionary._version)