6 references to StackSlot
illink (6)
Linker.Dataflow\MethodBodyScanner.cs (6)
100
return new
StackSlot
(MultiValueLattice.Meet (a.Value, b.Value));
503
currentStack.Push (new
StackSlot
(ArrayValue.Create (count.Value, (TypeReference) operation.Operand)));
776
newSlot = new
StackSlot
(localValue.Value);
928
currentStack.Push (new
StackSlot
(value));
1104
currentStack.Push (new
StackSlot
(methodReturnValue));
1187
currentStack.Push (new
StackSlot
(arrayIndexValue.Value));