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