1 write to cachedEntry
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogEntryCollection.cs (1)
95
cachedEntry
= entries.GetEntryAtNoThrow(num);
3 references to cachedEntry
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLogEntryCollection.cs (3)
85
if (
cachedEntry
== null)
88
return
cachedEntry
;
96
return
cachedEntry
!= null;