2 instantiations of EntryWrittenEventArgs
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
566this.SynchronizingObject.BeginInvoke(this.onEntryWrittenHandler, new object[] { this, new EntryWrittenEventArgs(entry) }); 570onEntryWrittenHandler(this, new EntryWrittenEventArgs(entry));
2 references to EntryWrittenEventArgs
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
487[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EntryWrittenEventArgs))]
System.Diagnostics.EventLog (1)
System\Diagnostics\EntryWrittenEventHandler.cs (1)
6public delegate void EntryWrittenEventHandler(object? sender, EntryWrittenEventArgs e);