1 instantiation of Enumerator
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
156public Enumerator GetEnumerator() => new Enumerator(this);
5 references to Enumerator
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (2)
124Stack<StackSlot>.Enumerator aEnum = a.GetEnumerator(); 125Stack<StackSlot>.Enumerator bEnum = b.GetEnumerator();
illink (2)
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
156public Enumerator GetEnumerator() => new Enumerator(this);