9 references to GetLabelOffsetChecked
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (9)
370
int tryStart =
GetLabelOffsetChecked
(handler.TryStart);
371
int tryEnd =
GetLabelOffsetChecked
(handler.TryEnd);
372
int handlerStart =
GetLabelOffsetChecked
(handler.HandlerStart);
373
int handlerEnd =
GetLabelOffsetChecked
(handler.HandlerEnd);
388
ExceptionRegionKind.Filter =>
GetLabelOffsetChecked
(handler.FilterStart),
413
if (!ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds(
GetLabelOffsetChecked
(handler.TryStart),
GetLabelOffsetChecked
(handler.TryEnd)) ||
414
!ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds(
GetLabelOffsetChecked
(handler.HandlerStart),
GetLabelOffsetChecked
(handler.HandlerEnd)))