namespace Microsoft.CodeAnalysis.Emit;
public enum DebugInformationFormat
{
Pdb = 1,
PortablePdb,
Embedded
}