using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
/// Provides data for the event.
// Token: 0x020006AD RID: 1709
[Token(Token = "0x20006AD")]
public class EventSourceCreatedEventArgs : EventArgs
{
/// Get the event source that is attaching to the listener.
/// The event source that is attaching to the listener.
// Token: 0x1700081C RID: 2076
// (set) Token: 0x060033C2 RID: 13250 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700081C")]
internal EventSource EventSource
{
[Token(Token = "0x60033C2")]
[Address(RVA = "0x415800", Offset = "0x414800", VA = "0x180415800")]
[CompilerGenerated]
set
{
}
}
/// Initializes a new instance of the class.
// Token: 0x060033C3 RID: 13251 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60033C3")]
[Address(RVA = "0x722A60", Offset = "0x721A60", VA = "0x180722A60")]
public EventSourceCreatedEventArgs()
{
}
}
}