System.Diagnostics.Tracing.EventSourceAttribute
namespace System.Diagnostics.Tracing
{
public sealed class EventSourceAttribute : Attribute
{
public string Guid { get; set; }
public string LocalizationResources { get; set; }
public string Name { get; set; }
public EventSourceAttribute();
}
}