1 write to HandlerLength
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1371clause.HandlerLength = (uint)ehRegion.HandlerLength;
3 references to HandlerLength
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1582Array.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)
473Debug.Assert(clause.HandlerLength >= clause.HandlerOffset); 475clause.HandlerOffset, clause.HandlerLength - clause.HandlerOffset);