1 instantiation of Enumerator
System.Collections (1)
System\Collections\Generic\LinkedList.cs (1)
289public Enumerator GetEnumerator() => new Enumerator(this);
1 reference to Enumerator
System.Collections (1)
System\Collections\Generic\LinkedList.cs (1)
289public Enumerator GetEnumerator() => new Enumerator(this);