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

System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry

namespace System.Reflection.Metadata.Ecma335 { public struct EditAndContinueLogEntry : IEquatable<EditAndContinueLogEntry> { public EntityHandle Handle { get; } public EditAndContinueOperation Operation { get; } public EditAndContinueLogEntry(EntityHandle handle, EditAndContinueOperation operation); public bool Equals(EditAndContinueLogEntry other); } }