1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1269_dictionary = dictionary;
12 references to _dictionary
Microsoft.Build.Framework (12)
SegmentedDictionary`2.cs (12)
1273=> new Enumerator(_dictionary); 1287if (array.Length - index < _dictionary.Count) 1292var count = _dictionary._count; 1293var entries = _dictionary._entries; 1301public int Count => _dictionary.Count; 1312=> _dictionary.ContainsKey(item); 1321=> new Enumerator(_dictionary); 1324=> new Enumerator(_dictionary); 1348if (array.Length - index < _dictionary.Count) 1365var count = _dictionary._count; 1366var entries = _dictionary._entries; 1384object ICollection.SyncRoot => ((ICollection)_dictionary).SyncRoot;