1 write to TryLength
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1369
clause.
TryLength
= (uint)ehRegion.TryLength;
7 references to TryLength
ILCompiler.RyuJit (7)
JitInterface\CorInfoImpl.RyuJit.cs (5)
896
(previousClause.
TryLength
== clause.
TryLength
) &&
917
(previousClause.
TryLength
== clause.
TryLength
) &&
947
int tryLength = (int)clause.
TryLength
- (int)clause.TryOffset;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
472
Debug.Assert(clause.
TryLength
>= clause.TryOffset);
474
debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.TryOffset, clause.
TryLength
- clause.TryOffset,