<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.Metadata.MethodDebugInformationHandleCollection

namespace System.Reflection.Metadata { public struct MethodDebugInformationHandleCollection : IReadOnlyCollection<MethodDebugInformationHandle>, IEnumerable<MethodDebugInformationHandle>, IEnumerable { public struct Enumerator : IEnumerator<MethodDebugInformationHandle>, IEnumerator, IDisposable { public MethodDebugInformationHandle Current { get; } public bool MoveNext(); } public int Count { get; } public Enumerator GetEnumerator(); } }