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)
208
public event
EntryWrittenEventHandler
? EntryWritten
System\Diagnostics\EventLogInternal.cs (2)
29
internal
EntryWrittenEventHandler
? onEntryWrittenHandler;
435
public event
EntryWrittenEventHandler
? EntryWritten