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