1 write to HandlerLength
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1371
clause.
HandlerLength
= (uint)ehRegion.HandlerLength;
3 references to HandlerLength
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1582
Array.Copy(BitConverter.GetBytes((uint)(clause.
HandlerLength
)), 0, ehInfoData, clauseOffset + (int)EHInfoFields.HandlerEnd * sizeof(uint), sizeof(uint));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
473
Debug.Assert(clause.
HandlerLength
>= clause.HandlerOffset);
475
clause.HandlerOffset, clause.
HandlerLength
- clause.HandlerOffset);