1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1395_dictionary = dictionary;
6 references to _dictionary
Microsoft.Build.Framework (6)
SegmentedDictionary`2.cs (6)
1407if (_version != _dictionary._version) 1412while ((uint)_index < (uint)_dictionary._count) 1414ref var entry = ref _dictionary._entries[_index++]; 1423_index = _dictionary._count + 1; 1434if (_index == 0 || (_index == _dictionary._count + 1)) 1445if (_version != _dictionary._version)