2 references to GetEntryAtNoThrow
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogEntryCollection.cs (1)
45return _log.GetEntryAtNoThrow(index);
System\Diagnostics\EventLogInternal.cs (1)
849EventLogEntry? entry = GetEntryAtNoThrow(index);