1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1469_dictionary = dictionary;
12 references to _dictionary
Microsoft.Build.Framework (12)
SegmentedDictionary`2.cs (12)
1473=> new Enumerator(_dictionary); 1487if (array.Length - index < _dictionary.Count) 1492var count = _dictionary._count; 1493var entries = _dictionary._entries; 1501public int Count => _dictionary.Count; 1518=> _dictionary.ContainsValue(item); 1521=> new Enumerator(_dictionary); 1524=> new Enumerator(_dictionary); 1548if (array.Length - index < _dictionary.Count) 1565var count = _dictionary._count; 1566var entries = _dictionary._entries; 1584object ICollection.SyncRoot => ((ICollection)_dictionary).SyncRoot;