4 references to EntryWrittenEventHandler
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
488[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EntryWrittenEventHandler))]
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (1)
208public event EntryWrittenEventHandler? EntryWritten
System\Diagnostics\EventLogInternal.cs (2)
29internal EntryWrittenEventHandler? onEntryWrittenHandler; 435public event EntryWrittenEventHandler? EntryWritten