6 references to StackSlot
ILCompiler.Compiler (6)
Compiler\Dataflow\MethodBodyScanner.cs (6)
106
return new
StackSlot
(MultiValueLattice.Meet(a.Value, b.Value));
631
currentStack.Push(new
StackSlot
(ArrayValue.Create(count.Value, arrayElementType)));
934
newSlot = new
StackSlot
(localValue.Value.Value);
1117
currentStack.Push(new
StackSlot
(value));
1305
currentStack.Push(new
StackSlot
(methodReturnValue));
1425
currentStack.Push(new
StackSlot
(arrayIndexValue.Value));