1 write to TableIndex
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
121
TableIndex
= tableIndex;
7 references to TableIndex
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (7)
129
int result = a.
TableIndex
.CompareTo(b.
TableIndex
);
227
if (cell.
TableIndex
!= curTableIndex)
230
Debug.Assert(cell.
TableIndex
> curTableIndex);
234
writer.WriteUInt((uint)(cell.
TableIndex
- curTableIndex)); // add table index delta
238
writer.WriteUInt((uint)cell.
TableIndex
);
240
curTableIndex = cell.
TableIndex
;