16 references to StackSlot
ILCompiler.Compiler (16)
Compiler\Dataflow\MethodBodyScanner.cs (16)
417currentStack.Push(new StackSlot(NullValue.Instance)); 433StackSlot slot = new StackSlot(civ); 441StackSlot slot = new StackSlot(civ); 450StackSlot slot = new StackSlot(civ); 459StackSlot slot = new StackSlot(civ); 524StackSlot slot = new StackSlot(new KnownStringValue((string)methodIL.GetObject(reader.ReadILToken()))); 894StackSlot slot = new StackSlot( 931newSlot = new StackSlot(new LocalVariableReferenceValue(index, methodIL.GetLocals()[index].Type)); 936newSlot = new StackSlot(UnknownValue.Instance); 946StackSlot slot = new StackSlot(new RuntimeTypeHandleForGenericParameterValue((GenericParameterDesc)type)); 959currentStack.Push(new StackSlot(nullableDam)); 963currentStack.Push(new StackSlot(nullableType)); 973currentStack.Push(new StackSlot(typeHandle)); 981StackSlot slot = new StackSlot(new RuntimeMethodHandleValue(method)); 1290currentStack.Push(new StackSlot(UnknownValue.Instance)); 1397currentStack.Push(new StackSlot(arrayOfAnnotated.GetAnyElementValue()));