2 instantiations of EventRecordWrittenEventArgs
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogWatcher.cs (2)
267EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(asyncException.Data["RealException"] as Exception); 279EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(record);
5 references to EventRecordWrittenEventArgs
System.Core (1)
System.Core.cs (1)
49[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs))]
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogWatcher.cs (4)
16public event EventHandler<EventRecordWrittenEventArgs>? EventRecordWritten; 258private void IssueCallback(EventRecordWrittenEventArgs eventArgs) 267EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(asyncException.Data["RealException"] as Exception); 279EventRecordWrittenEventArgs args = new EventRecordWrittenEventArgs(record);