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