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