7 references to EntryCount
System.Diagnostics.EventLog (7)
System\Diagnostics\EventLogEntryCollection.cs (1)
21
return _log.
EntryCount
;
System\Diagnostics\EventLogInternal.cs (6)
548
int count =
EntryCount
+ oldest;
577
count =
EntryCount
+ oldest;
588
int newCount =
EntryCount
+ OldestEntryNumber;
717
EventLogEntry[] entries = new EventLogEntry[
EntryCount
];
860
if (index < 0 || index >=
EntryCount
)
1169
lastSeenCount =
EntryCount
+ OldestEntryNumber;