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)));
825
newSlot = new
StackSlot
(localValue.Value);
991
currentStack.Push(new
StackSlot
(value));
1178
currentStack.Push(new
StackSlot
(methodReturnValue));
1297
currentStack.Push(new
StackSlot
(arrayIndexValue.Value));