2 instantiations of FixupCell
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
173fixupCells.Add(new FixupCell(fixupCell.Table.IndexFromBeginningOfArray, fixupCell.OffsetFromBeginningOfArray)); 185fixupCells.Add(new FixupCell(fixupCell.Table.IndexFromBeginningOfArray, fixupCell.OffsetFromBeginningOfArray));
10 references to FixupCell
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (10)
114public static readonly IComparer<FixupCell> Comparer = new CellComparer(); 125private class CellComparer : IComparer<FixupCell> 127public int Compare(FixupCell a, FixupCell b) 163List<FixupCell> fixupCells = null; 171fixupCells = new List<FixupCell>(); 181fixupCells = new List<FixupCell>(); 193fixupCells.MergeSortAllowDuplicates(FixupCell.Comparer); 199if (FixupCell.Comparer.Compare(fixupCells[j], fixupCells[i]) != 0) 222foreach (FixupCell cell in fixupCells)