2 references to GetEntryAtNoThrow
System (2)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (1)
62return log.GetEntryAtNoThrow(index);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1025EventLogEntry entry = GetEntryAtNoThrow(index);