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