2 instantiations of EventRecordWrittenEventArgs
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogWatcher.cs (2)
267
EventRecordWrittenEventArgs args = new
EventRecordWrittenEventArgs
(asyncException.Data["RealException"] as Exception);
279
EventRecordWrittenEventArgs 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)
16
public event EventHandler<
EventRecordWrittenEventArgs
>? EventRecordWritten;
258
private void IssueCallback(
EventRecordWrittenEventArgs
eventArgs)
267
EventRecordWrittenEventArgs
args = new EventRecordWrittenEventArgs(asyncException.Data["RealException"] as Exception);
279
EventRecordWrittenEventArgs
args = new EventRecordWrittenEventArgs(record);