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