1 instantiation of EventLogEntryCollection
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
200entriesCollection = new EventLogEntryCollection(this);
5 references to EventLogEntryCollection
System (5)
services\monitoring\system\diagnosticts\EventLog.cs (1)
127public EventLogEntryCollection Entries {
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (2)
99private EventLogEntryCollection entries; 103internal EntriesEnumerator(EventLogEntryCollection entries) {
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
51private EventLogEntryCollection entriesCollection; 192public EventLogEntryCollection Entries {