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