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);
456
StackSlot slot = new
StackSlot
(new KnownStringValue((string)operation.Operand));
792
StackSlot slot = new
StackSlot
(
832
newSlot = new
StackSlot
(new LocalVariableReferenceValue(localDef));
837
newSlot = new
StackSlot
(UnknownValue.Instance);
847
currentStack.Push(new
StackSlot
(param));
858
currentStack.Push(new
StackSlot
(nullableDam));
862
currentStack.Push(new
StackSlot
(nullableType));
872
currentStack.Push(new
StackSlot
(typeHandle));
880
currentStack.Push(new
StackSlot
(method));
1298
currentStack.Push(new
StackSlot
(arrayOfAnnotated.GetAnyElementValue()));