6 references to StackSlot
illink (6)
Linker.Dataflow\MethodBodyScanner.cs (6)
102
return new
StackSlot
(MultiValueLattice.Meet(a.Value, b.Value));
549
currentStack.Push(new
StackSlot
(ArrayValue.Create(count.Value, arrayElementType)));
835
newSlot = new
StackSlot
(localValue.Value);
1012
currentStack.Push(new
StackSlot
(value));
1206
currentStack.Push(new
StackSlot
(methodReturnValue));
1325
currentStack.Push(new
StackSlot
(arrayIndexValue.Value));