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