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

System.Reflection.Metadata.CustomDebugInformationHandleCollection

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