2 writes to stack_instr
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
1625
stack_instr
= null;
2185
stack_instr
??= new Stack<Instruction>();
17 references to stack_instr
illink (17)
Linker.Steps\UnreachableBlocksOptimizer.cs (17)
1685
Debug.Assert(
stack_instr
!= null, "invalid il?");
1686
stack_instr
?.Pop();
2010
if (
stack_instr
== null || !
stack_instr
.TryPop(out Instruction? instr))
2053
if (
stack_instr
== null)
2056
if (
stack_instr
.Count != 1)
2059
var instr =
stack_instr
.Pop();
2097
if (
stack_instr
?.Count < length)
2102
result[--length] =
stack_instr
!.Pop();
2125
if (
stack_instr
== null)
2132
if (!
stack_instr
.TryPop(out instr))
2143
if (
stack_instr
== null)
2150
if (!
stack_instr
.TryPop(out instr))
2168
if (!
stack_instr
.TryPop(out instr))
2187
stack_instr
.Push(instruction);
2194
if (
stack_instr
== null)
2196
locals[index] =
stack_instr
.Pop();