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