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
(
823
newSlot = new
StackSlot
(new LocalVariableReferenceValue(localDef));
828
newSlot = new
StackSlot
(UnknownValue.Instance);
838
currentStack.Push(new
StackSlot
(param));
849
currentStack.Push(new
StackSlot
(nullableDam));
853
currentStack.Push(new
StackSlot
(nullableType));
863
currentStack.Push(new
StackSlot
(typeHandle));
868
currentStack.Push(new
StackSlot
(method));
1272
currentStack.Push(new
StackSlot
(arrayOfAnnotated.GetAnyElementValue()));