1 write to HandlerLength
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1371clause.HandlerLength = (uint)ehRegion.HandlerLength;
2 references to HandlerLength
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
473Debug.Assert(clause.HandlerLength >= clause.HandlerOffset); 475clause.HandlerOffset, clause.HandlerLength - clause.HandlerOffset);