1 write to renderContextHandleSystem
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogSession.cs (1)
66
this.
renderContextHandleSystem
= NativeWrapper.EvtCreateRenderContext(0, null, UnsafeNativeMethods.EvtRenderContextFlags.EvtRenderContextSystem);
6 references to renderContextHandleSystem
System.Diagnostics.EventLog (6)
System\Diagnostics\Reader\EventLogRecord.cs (1)
60
NativeWrapper.EvtRenderBufferWithContextSystem(_session.
renderContextHandleSystem
, Handle, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, _systemProperties);
System\Diagnostics\Reader\EventLogSession.cs (5)
58
if (!this.
renderContextHandleSystem
.IsInvalid)
62
if (this.
renderContextHandleSystem
.IsInvalid)
140
if (this.
renderContextHandleSystem
!= null &&
141
!this.
renderContextHandleSystem
.IsInvalid)
142
this.
renderContextHandleSystem
.Dispose();