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