1 instantiation of EventLogEntryCollection
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
128
return 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)
55
public
EventLogEntryCollection
Entries
System\Diagnostics\EventLogEntryCollection.cs (2)
72
private readonly
EventLogEntryCollection
entries;
76
internal EntriesEnumerator(
EventLogEntryCollection
entries)
System\Diagnostics\EventLogInternal.cs (2)
22
private
EventLogEntryCollection
? entriesCollection;
124
public
EventLogEntryCollection
Entries