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