System.Reflection.Metadata.CustomDebugInformation
namespace System.Reflection.Metadata
{
public struct CustomDebugInformation
{
public EntityHandle Parent { get; }
public GuidHandle Kind { get; }
public BlobHandle Value { get; }
}
}