3 instantiations of Enumerator
mscorlib (3)
system\collections\generic\dictionary.cs (3)
813return new Enumerator(dictionary); 862return new Enumerator(dictionary); 866return new Enumerator(dictionary);
3 references to Enumerator
mscorlib (1)
system\collections\generic\dictionary.cs (1)
812public Enumerator GetEnumerator() {
System.Data.Entity (2)
System\Data\Common\Utils\Set.cs (2)
321private Dictionary<TElement, bool>.KeyCollection.Enumerator keys; 323internal Enumerator(Dictionary<TElement, bool>.KeyCollection.Enumerator keys)