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