3 instantiations of Enumerator
System.Core (3)
System\Collections\Generic\HashSet.cs (3)
342
return new
Enumerator
(this);
346
return new
Enumerator
(this);
350
return new
Enumerator
(this);
2 references to Enumerator
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
341
public
Enumerator
GetEnumerator() {
System.Data.Entity (1)
System\Data\Common\Utils\Set.cs (1)
298
public HashSet<TElement>.
Enumerator
GetEnumerator()