1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1595_dictionary = dictionary;
6 references to _dictionary
Microsoft.Build.Framework (6)
SegmentedDictionary`2.cs (6)
1607if (_version != _dictionary._version) 1612while ((uint)_index < (uint)_dictionary._count) 1614ref var entry = ref _dictionary._entries[_index++]; 1622_index = _dictionary._count + 1; 1633if (_index == 0 || (_index == _dictionary._count + 1)) 1644if (_version != _dictionary._version)