1 instantiation of Enumerator
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
156
public Enumerator GetEnumerator() => new
Enumerator
(this);
5 references to Enumerator
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (2)
117
Stack<StackSlot>.
Enumerator
aEnum = a.GetEnumerator ();
118
Stack<StackSlot>.
Enumerator
bEnum = b.GetEnumerator ();
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
156
public
Enumerator
GetEnumerator() => new Enumerator(this);
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
344
Stack<Frame>.
Enumerator
enumerator = writer.namespaceScopes.GetEnumerator();
1325
var
frameEnumerator = writer.namespaceScopes.GetEnumerator();