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