1 write to _dictionary
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
686_dictionary = dictionary;
7 references to _dictionary
System.Collections (7)
System\Collections\Generic\SortedDictionary.cs (7)
689public Enumerator GetEnumerator() => new Enumerator(_dictionary); 708_dictionary._set.InOrderTreeWalk(delegate (TreeSet<KeyValuePair<TKey, TValue>>.Node node) { array[index++] = node.Item.Value; return true; }); 727if (array.Length - index < _dictionary.Count) 741_dictionary._set.InOrderTreeWalk(delegate (TreeSet<KeyValuePair<TKey, TValue>>.Node node) { objects[index++] = node.Item.Value; return true; }); 752get { return _dictionary.Count; } 772return _dictionary.ContainsValue(item); 787get { return ((ICollection)_dictionary).SyncRoot; }