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