2 writes to mapping
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
645
mapping
= null;
667
mapping
= new Dictionary<Instruction, int>();
7 references to mapping
illink (7)
Linker.Steps\UnreachableBlocksOptimizer.cs (7)
663
[MemberNotNull(nameof(
mapping
))]
675
Debug.Assert(
mapping
!= null);
679
mapping
[Instructions[index]] = index;
1314
Debug.Assert(FoldedInstructions != null &&
mapping
!= null);
1315
if (
mapping
.TryGetValue(instruction, out int idx))
1325
Debug.Assert(
mapping
!= null);
1326
if (
mapping
.TryGetValue(instruction, out int idx))