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