1 write to TryEnd
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
81
TryEnd
= tryEnd;
2 references to TryEnd
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (2)
381
int tryEnd = GetLabelOffsetChecked(handler.
TryEnd
);
423
if (!ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds(GetLabelOffsetChecked(handler.TryStart), GetLabelOffsetChecked(handler.
TryEnd
)) ||