6 references to StackSlot
illink (6)
Linker.Dataflow\MethodBodyScanner.cs (6)
102
return new
StackSlot
(MultiValueLattice.Meet(a.Value, b.Value));
540
currentStack.Push(new
StackSlot
(ArrayValue.Create(count.Value, (TypeReference)operation.Operand)));
826
newSlot = new
StackSlot
(localValue.Value);
992
currentStack.Push(new
StackSlot
(value));
1180
currentStack.Push(new
StackSlot
(methodReturnValue));
1299
currentStack.Push(new
StackSlot
(arrayIndexValue.Value));