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