1 write to entriesCollection
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
200
entriesCollection
= new EventLogEntryCollection(this);
2 references to entriesCollection
System (2)
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
199
if (
entriesCollection
== null)
201
return
entriesCollection
;