2 writes to firstCachedEntry
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
1122firstCachedEntry = index; 1300firstCachedEntry = -1;
3 references to firstCachedEntry
System (3)
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
955if (cache == null || (boolFlags[Flag_forwards] && entryIndex < firstCachedEntry) || 956(!boolFlags[Flag_forwards] && entryIndex > firstCachedEntry) || firstCachedEntry == -1) {