1 write to TryOffset
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1368
clause.
TryOffset
= (uint)ehRegion.TryOffset;
4 references to TryOffset
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1578
Array.Copy(BitConverter.GetBytes((uint)clause.
TryOffset
), 0, ehInfoData, clauseOffset + (int)EHInfoFields.TryOffset * sizeof(uint), sizeof(uint));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
472
Debug.Assert(clause.TryLength >= clause.
TryOffset
);
474
debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.
TryOffset
, clause.TryLength - clause.
TryOffset
,