1 write to _log
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogEntryCollection.cs (1)
14
_log
= log;
4 references to _log
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLogEntryCollection.cs (4)
21
return
_log
.EntryCount;
29
return
_log
.GetEntryAt(index);
45
return
_log
.GetEntryAtNoThrow(index);
66
EventLogEntry[] entries =
_log
.GetAllEntries();