6 references to Session
System.Core (6)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (3)
88
this.cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.
Session
, logfile, 50 );
115
handle = NativeWrapper.EvtQuery(this.eventQuery.
Session
.Handle,
189
EventLogRecord eventInstance = new EventLogRecord(new EventLogHandle(this.eventsBuffer[currentIndex], true), this.eventQuery.
Session
, this.cachedMetadataInformation);
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (3)
84
this.cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.
Session
, null, 50);
179
handle = NativeWrapper.EvtSubscribe(this.eventQuery.
Session
.Handle,
262
EventLogRecord record = new EventLogRecord(new EventLogHandle(this.eventsBuffer[i], true), this.eventQuery.
Session
, this.cachedMetadataInformation);