2 writes to stack_instr
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
1677
stack_instr
= null;
2237
stack_instr
??= new Stack<Instruction>();
17 references to stack_instr
illink (17)
Linker.Steps\UnreachableBlocksOptimizer.cs (17)
1737
Debug.Assert(
stack_instr
!= null, "invalid il?");
1738
stack_instr
?.Pop();
2062
if (
stack_instr
== null || !
stack_instr
.TryPop(out Instruction? instr))
2105
if (
stack_instr
== null)
2108
if (
stack_instr
.Count != 1)
2111
var instr =
stack_instr
.Pop();
2149
if (
stack_instr
?.Count < length)
2154
result[--length] =
stack_instr
!.Pop();
2177
if (
stack_instr
== null)
2184
if (!
stack_instr
.TryPop(out instr))
2195
if (
stack_instr
== null)
2202
if (!
stack_instr
.TryPop(out instr))
2220
if (!
stack_instr
.TryPop(out instr))
2239
stack_instr
.Push(instruction);
2246
if (
stack_instr
== null)
2248
locals[index] =
stack_instr
.Pop();