2 references to EventLogRecord
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
189
EventLogRecord eventInstance = new
EventLogRecord
(new EventLogHandle(this.eventsBuffer[currentIndex], true), this.eventQuery.Session, this.cachedMetadataInformation);
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
262
EventLogRecord record = new
EventLogRecord
(new EventLogHandle(this.eventsBuffer[i], true), this.eventQuery.Session, this.cachedMetadataInformation);