15 references to StackSlot
illink (15)
Linker.Dataflow\MethodBodyScanner.cs (15)
369
currentStack.Push(new
StackSlot
(NullValue.Instance));
385
StackSlot slot = new
StackSlot
(civ);
393
StackSlot slot = new
StackSlot
(civ);
402
StackSlot slot = new
StackSlot
(civ);
411
StackSlot slot = new
StackSlot
(civ);
454
StackSlot slot = new
StackSlot
(new KnownStringValue((string)operation.Operand));
782
StackSlot slot = new
StackSlot
(
822
newSlot = new
StackSlot
(new LocalVariableReferenceValue(localDef));
827
newSlot = new
StackSlot
(UnknownValue.Instance);
837
currentStack.Push(new
StackSlot
(param));
848
currentStack.Push(new
StackSlot
(nullableDam));
852
currentStack.Push(new
StackSlot
(nullableType));
862
currentStack.Push(new
StackSlot
(typeHandle));
867
currentStack.Push(new
StackSlot
(method));
1270
currentStack.Push(new
StackSlot
(arrayOfAnnotated.GetAnyElementValue()));