1 write to TryOffset
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1368clause.TryOffset = (uint)ehRegion.TryOffset;
4 references to TryOffset
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1578Array.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)
472Debug.Assert(clause.TryLength >= clause.TryOffset); 474debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.TryOffset, clause.TryLength - clause.TryOffset,