2 instantiations of FixupCell
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
172fixupCells.Add(new FixupCell(fixupCell.Table.IndexFromBeginningOfArray, fixupCell.OffsetFromBeginningOfArray)); 184fixupCells.Add(new FixupCell(fixupCell.Table.IndexFromBeginningOfArray, fixupCell.OffsetFromBeginningOfArray));
10 references to FixupCell
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (10)
113public static readonly IComparer<FixupCell> Comparer = new CellComparer(); 124private class CellComparer : IComparer<FixupCell> 126public int Compare(FixupCell a, FixupCell b) 162List<FixupCell> fixupCells = null; 170fixupCells = new List<FixupCell>(); 180fixupCells = new List<FixupCell>(); 192fixupCells.MergeSortAllowDuplicates(FixupCell.Comparer); 198if (FixupCell.Comparer.Compare(fixupCells[j], fixupCells[i]) != 0) 221foreach (FixupCell cell in fixupCells)