1 write to session
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
64this.session = session;
4 references to session
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (4)
85this.session.SetupSystemContext(); 89NativeWrapper.EvtRenderBufferWithContextSystem(this.session.renderContextHandleSystem, this.handle, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, this.systemProperties, SYSTEM_PROPERTY_COUNT); 342this.session.SetupUserContext(); 343IList<object> properties = NativeWrapper.EvtRenderBufferWithContextUserOrValues(this.session.renderContextHandleUser, this.handle);