8 writes to lastSeenPos
System (8)
services\monitoring\system\diagnosticts\EventLogInternal.cs (8)
974lastSeenPos = GetNextEntryPos(lastSeenPos); 979lastSeenPos = GetPreviousEntryPos(lastSeenPos); 987lastSeenPos = GetPreviousEntryPos(lastSeenPos); 992lastSeenPos = GetNextEntryPos(lastSeenPos); 999lastSeenPos = GetPreviousEntryPos(lastSeenPos); 1008lastSeenPos = 0; 1124lastSeenPos = 0; 1298lastSeenPos = 0;
12 references to lastSeenPos
System (12)
services\monitoring\system\diagnosticts\EventLogInternal.cs (12)
974lastSeenPos = GetNextEntryPos(lastSeenPos); 975if (lastSeenPos >= bytesCached) 979lastSeenPos = GetPreviousEntryPos(lastSeenPos); 980if (lastSeenPos < 0) 987lastSeenPos = GetPreviousEntryPos(lastSeenPos); 988if (lastSeenPos < 0) 992lastSeenPos = GetNextEntryPos(lastSeenPos); 993if (lastSeenPos >= bytesCached) 997if (lastSeenPos >= bytesCached) { 999lastSeenPos = GetPreviousEntryPos(lastSeenPos); 1006else if (lastSeenPos < 0) { 1017return lastSeenPos;