1 write to Handle
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogPropertySelector.cs (1)
34
Handle
= NativeWrapper.EvtCreateRenderContext(paths.Length, paths, UnsafeNativeMethods.EvtRenderContextFlags.EvtRenderContextValues);
4 references to Handle
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogPropertySelector.cs (3)
47
if (
Handle
!= null && !
Handle
.IsInvalid)
48
Handle
.Dispose();
System\Diagnostics\Reader\EventLogRecord.cs (1)
385
return NativeWrapper.EvtRenderBufferWithContextUserOrValues(propertySelector.
Handle
, Handle);