1 write to TryLength
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1369clause.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) && 947int tryLength = (int)clause.TryLength - (int)clause.TryOffset;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
472Debug.Assert(clause.TryLength >= clause.TryOffset); 474debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.TryOffset, clause.TryLength - clause.TryOffset,