3 references to EventLogHandle
System.Core (3)
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);
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
1301
return new
EventLogHandle
(val.Handle, true);