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