1 instantiation of EventLogEntryCollection
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
128return entriesCollection ??= new EventLogEntryCollection(this);
6 references to EventLogEntryCollection
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
492[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.EventLogEntryCollection))]
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLog.cs (1)
55public EventLogEntryCollection Entries
System\Diagnostics\EventLogEntryCollection.cs (2)
72private readonly EventLogEntryCollection entries; 76internal EntriesEnumerator(EventLogEntryCollection entries)
System\Diagnostics\EventLogInternal.cs (2)
22private EventLogEntryCollection? entriesCollection; 124public EventLogEntryCollection Entries