2 writes to mapping
illink (2)
Linker.Steps\UnreachableBlocksOptimizer.cs (2)
575
mapping
= null;
597
mapping
= new Dictionary<Instruction, int> ();
7 references to mapping
illink (7)
Linker.Steps\UnreachableBlocksOptimizer.cs (7)
593
[MemberNotNull (nameof(
mapping
))]
605
Debug.Assert (
mapping
!= null);
609
mapping
[Instructions[index]] = index;
1187
Debug.Assert (FoldedInstructions != null &&
mapping
!= null);
1188
if (
mapping
.TryGetValue (instruction, out int idx))
1198
Debug.Assert (
mapping
!= null);
1199
if (
mapping
.TryGetValue (instruction, out int idx))