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