1 write to _treeEnum
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
414_treeEnum = dictionary._set.GetEnumerator();
6 references to _treeEnum
System.Collections (6)
System\Collections\Generic\SortedDictionary.cs (6)
420return _treeEnum.MoveNext(); 425_treeEnum.Dispose(); 432return _treeEnum.Current; 440return _treeEnum.NotStartedOrEnded; 446_treeEnum.Reset(); 452_treeEnum.Reset();