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