2 writes to mapping
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
618
mapping
= null;
640
mapping
= new Dictionary<Instruction, int>();
7 references to mapping
illink (7)
Linker.Steps\UnreachableBlocksOptimizer.cs (7)
636
[MemberNotNull(nameof(
mapping
))]
648
Debug.Assert(
mapping
!= null);
652
mapping
[Instructions[index]] = index;
1287
Debug.Assert(FoldedInstructions != null &&
mapping
!= null);
1288
if (
mapping
.TryGetValue(instruction, out int idx))
1298
Debug.Assert(
mapping
!= null);
1299
if (
mapping
.TryGetValue(instruction, out int idx))