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