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

System.Reflection.Metadata.Ecma335.StandaloneDebugMetadataSerializer

namespace System.Reflection.Metadata.Ecma335 { internal sealed class StandaloneDebugMetadataSerializer : MetadataSerializer { public ushort FormatVersion { get; } public Func<IEnumerable<Blob>, BlobContentId> IdProvider { get; } public StandaloneDebugMetadataSerializer(MetadataBuilder builder, ImmutableArray<int> typeSystemRowCounts, MethodDefinitionHandle entryPoint, bool isMinimalDelta, Func<IEnumerable<Blob>, BlobContentId> deterministicIdProvider = null); public void SerializeMetadata(BlobBuilder builder, out BlobContentId contentId); } }