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)
21return _log.EntryCount; 29return _log.GetEntryAt(index); 45return _log.GetEntryAtNoThrow(index); 66EventLogEntry[] entries = _log.GetAllEntries();