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