8 references to EntryCount
System (8)
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (1)
32return log.EntryCount;
services\monitoring\system\diagnosticts\EventLogInternal.cs (7)
724int count = EntryCount + oldest; 737Debug.WriteLineIf(CompModSwitches.EventLog.TraceVerbose, "EventLog::CompletionStatusChanged: OldestEntryNumber is " + OldestEntryNumber + ", EntryCount is " + EntryCount); 749count = EntryCount + oldest; 759int newCount = EntryCount + OldestEntryNumber; 887EventLogEntry[] entries = new EventLogEntry[EntryCount]; 1035if (index < 0 || index >= EntryCount) 1419lastSeenCount = EntryCount + OldestEntryNumber;