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