4 writes to lastSeenCount
System (4)
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
729
lastSeenCount
= oldest;
761
lastSeenCount
= newCount;
763
lastSeenCount
= i;
1419
lastSeenCount
= EntryCount + OldestEntryNumber;
7 references to lastSeenCount
System (7)
services\monitoring\system\diagnosticts\EventLogInternal.cs (7)
710
Debug.WriteLineIf(CompModSwitches.EventLog.TraceVerbose, "EventLog::CompletionStatusChanged: starting at " +
lastSeenCount
.ToString(CultureInfo.InvariantCulture));
720
int i =
lastSeenCount
;
728
if (
lastSeenCount
< oldest ||
lastSeenCount
> count) {
730
i =
lastSeenCount
;
764
Debug.WriteLineIf(CompModSwitches.EventLog.TraceVerbose, "EventLog::CompletionStatusChanged: finishing at " +
lastSeenCount
.ToString(CultureInfo.InvariantCulture));
1420
Debug.WriteLineIf(CompModSwitches.EventLog.TraceVerbose, "EventLog::StartListening: lastSeenCount = " +
lastSeenCount
);