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