1 write to TableIndex
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
120
TableIndex
= tableIndex;
7 references to TableIndex
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (7)
128
int result = a.
TableIndex
.CompareTo(b.
TableIndex
);
226
if (cell.
TableIndex
!= curTableIndex)
229
Debug.Assert(cell.
TableIndex
> curTableIndex);
233
writer.WriteUInt((uint)(cell.
TableIndex
- curTableIndex)); // add table index delta
237
writer.WriteUInt((uint)cell.
TableIndex
);
239
curTableIndex = cell.
TableIndex
;