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