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)
420
return
_treeEnum
.MoveNext();
425
_treeEnum
.Dispose();
432
return
_treeEnum
.Current;
440
return
_treeEnum
.NotStartedOrEnded;
446
_treeEnum
.Reset();
452
_treeEnum
.Reset();