System.Diagnostics.Tracing.EventFieldAttribute
namespace System.Diagnostics.Tracing
{
public class EventFieldAttribute : Attribute
{
public EventFieldFormat Format { get; set; }
public EventFieldTags Tags { get; set; }
public EventFieldAttribute();
}
}