5 references to StackSlot
ILCompiler.Compiler (5)
Compiler\Dataflow\MethodBodyScanner.cs (5)
71
stack.Push(new
StackSlot
()); // Push dummy values to avoid crashes.
78
stack.Push(new
StackSlot
());
117
a.Push(new
StackSlot
());
120
b.Push(new
StackSlot
());
866
catchStack.Push(new
StackSlot
());