1 write to Handle
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
37Handle = handle;
16 references to Handle
System.Diagnostics.EventLog (16)
System\Diagnostics\Reader\EventLogRecord.cs (16)
60NativeWrapper.EvtRenderBufferWithContextSystem(_session.renderContextHandleSystem, Handle, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, _systemProperties); 238return _containerChannel ??= (string?)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventPath); 251return _matchedQueryIds ??= (int[]?)NativeWrapper.EvtGetEventInfo(this.Handle, UnsafeNativeMethods.EvtEventPropertyId.EvtEventQueryIDs); 262NativeWrapper.EvtUpdateBookmark(bookmarkHandle, Handle); 272return _cachedMetadataInformation.GetFormatDescription(this.ProviderName, Handle); 298return _cachedMetadataInformation.GetFormatDescription(this.ProviderName, Handle, theValues); 312_levelName = _cachedMetadataInformation.GetLevelDisplayName(this.ProviderName, Handle); 328_opcodeName = _cachedMetadataInformation.GetOpcodeDisplayName(this.ProviderName, Handle); 346_taskName = _cachedMetadataInformation.GetTaskDisplayName(this.ProviderName, Handle); 361return _keywordsNames ??= _cachedMetadataInformation.GetKeywordDisplayNames(this.ProviderName, Handle); 371IList<object?> properties = NativeWrapper.EvtRenderBufferWithContextUserOrValues(_session.renderContextHandleUser, Handle); 385return NativeWrapper.EvtRenderBufferWithContextUserOrValues(propertySelector.Handle, Handle); 391return NativeWrapper.EvtRenderXml(EventLogHandle.Zero, Handle, renderBuffer); 398if (Handle != null && !Handle.IsInvalid) 399Handle.Dispose();