9 references to GetLabelOffsetChecked
System.Reflection.Metadata (9)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (9)
380
int tryStart =
GetLabelOffsetChecked
(handler.TryStart);
381
int tryEnd =
GetLabelOffsetChecked
(handler.TryEnd);
382
int handlerStart =
GetLabelOffsetChecked
(handler.HandlerStart);
383
int handlerEnd =
GetLabelOffsetChecked
(handler.HandlerEnd);
398
ExceptionRegionKind.Filter =>
GetLabelOffsetChecked
(handler.FilterStart),
423
if (!ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds(
GetLabelOffsetChecked
(handler.TryStart),
GetLabelOffsetChecked
(handler.TryEnd)) ||
424
!ExceptionRegionEncoder.IsSmallExceptionRegionFromBounds(
GetLabelOffsetChecked
(handler.HandlerStart),
GetLabelOffsetChecked
(handler.HandlerEnd)))