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