1 write to log
System (1)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (1)
22
this.
log
= log;
4 references to log
System (4)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (4)
32
return
log
.EntryCount;
44
return
log
.GetEntryAt(index);
62
return
log
.GetEntryAtNoThrow(index);
87
EventLogEntry[] entries =
log
.GetAllEntries();