1 write to cachedEntry
System (1)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (1)
128
cachedEntry
= entries.GetEntryAtNoThrow(num);
3 references to cachedEntry
System (3)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (3)
114
if (
cachedEntry
== null)
117
return
cachedEntry
;
130
return
cachedEntry
!= null;