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