4 writes to cache
System (4)
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
1086cache = new byte[BUF_SIZE]; 1106cache = tempcache; 1110cache = new byte[minBytesNeeded]; 1372cache = null;
11 references to cache
System (11)
services\monitoring\system\diagnosticts\EventLogInternal.cs (11)
955if (cache == null || (boolFlags[Flag_forwards] && entryIndex < firstCachedEntry) || 1068entry = new EventLogEntry(cache, entryPos, this); 1090cache, cache.Length, out bytesRead, out minBytesNeeded); 1104byte[] tempcache = cache; 1109if (minBytesNeeded > cache.Length) { 1114cache, cache.Length, out bytesRead, out minBytesNeeded); 1125return new EventLogEntry(cache, 0, this); 1207return pos + IntFrom(cache, pos); 1219return pos - IntFrom(cache, pos - 4);