<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview1-25301-01" />

System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder

public BlobBuilder Builder { get; }

public static bool IsSmallExceptionRegion(int startOffset, int length)

public static bool IsSmallRegionCount(int exceptionRegionCount)

public void AddCatch(int tryOffset, int tryLength, int handlerOffset, int handlerLength, EntityHandle catchType)

public void AddFault(int tryOffset, int tryLength, int handlerOffset, int handlerLength)

public void AddFilter(int tryOffset, int tryLength, int handlerOffset, int handlerLength, int filterOffset)

public void AddFinally(int tryOffset, int tryLength, int handlerOffset, int handlerLength)

public void AddRegion(ExceptionRegionKind kind, int tryOffset, int tryLength, int handlerOffset, int handlerLength, EntityHandle catchType, int filterOffset)

public void EndRegions()

public void StartRegions()