2 references to EventLogRecord
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogReader.cs (1)
174
EventLogRecord eventInstance = new
EventLogRecord
(new EventLogHandle(_eventsBuffer[_currentIndex], true), _eventQuery.Session, _cachedMetadataInformation);
System\Diagnostics\Reader\EventLogWatcher.cs (1)
278
EventLogRecord record = new
EventLogRecord
(new EventLogHandle(_eventsBuffer[i], true), _eventQuery.Session, cachedMetadataInformation);