1 write to TryOffset
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1368clause.TryOffset = (uint)ehRegion.TryOffset;
9 references to TryOffset
ILCompiler.RyuJit (9)
JitInterface\CorInfoImpl.RyuJit.cs (6)
895if ((previousClause.TryOffset == clause.TryOffset) && 916if ((previousClause.TryOffset == clause.TryOffset) && 943builder.EmitCompressedUInt((uint)clause.TryOffset); 947int tryLength = (int)clause.TryLength - (int)clause.TryOffset;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
472Debug.Assert(clause.TryLength >= clause.TryOffset); 474debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.TryOffset, clause.TryLength - clause.TryOffset,