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