3 references to GetEnumerator
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
633_dictEnum = dictionary.GetEnumerator(); 794_dictEnum = dictionary.GetEnumerator();
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
832SortedDictionary<int, Rule>.Enumerator ieFirstArcs = ruleFirstArcs.GetEnumerator();