2 writes to stack_instr
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
1652
stack_instr
= null;
2212
stack_instr
??= new Stack<Instruction>();
17 references to stack_instr
illink (17)
Linker.Steps\UnreachableBlocksOptimizer.cs (17)
1712
Debug.Assert(
stack_instr
!= null, "invalid il?");
1713
stack_instr
?.Pop();
2037
if (
stack_instr
== null || !
stack_instr
.TryPop(out Instruction? instr))
2080
if (
stack_instr
== null)
2083
if (
stack_instr
.Count != 1)
2086
var instr =
stack_instr
.Pop();
2124
if (
stack_instr
?.Count < length)
2129
result[--length] =
stack_instr
!.Pop();
2152
if (
stack_instr
== null)
2159
if (!
stack_instr
.TryPop(out instr))
2170
if (
stack_instr
== null)
2177
if (!
stack_instr
.TryPop(out instr))
2195
if (!
stack_instr
.TryPop(out instr))
2214
stack_instr
.Push(instruction);
2221
if (
stack_instr
== null)
2223
locals[index] =
stack_instr
.Pop();