1 write to handle
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
63
this.
handle
= handle;
15 references to handle
System.Core (15)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (15)
74
return
handle
;
89
NativeWrapper.EvtRenderBufferWithContextSystem(this.session.renderContextHandleSystem, this.
handle
, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, this.systemProperties, SYSTEM_PROPERTY_COUNT);
256
NativeWrapper.EvtUpdateBookmark(bookmarkHandle, this.
handle
);
265
return this.cachedMetadataInformation.GetFormatDescription(this.ProviderName, this.
handle
);
281
return this.cachedMetadataInformation.GetFormatDescription(this.ProviderName, this.
handle
, theValues);
291
this.levelName = this.cachedMetadataInformation.GetLevelDisplayName(this.ProviderName, this.
handle
);
304
this.opcodeName = this.cachedMetadataInformation.GetOpcodeDisplayName(this.ProviderName, this.
handle
);
319
this.taskName = this.cachedMetadataInformation.GetTaskDisplayName(this.ProviderName, this.
handle
);
332
this.keywordsNames = this.cachedMetadataInformation.GetKeywordDisplayNames(this.ProviderName, this.
handle
);
343
IList<object> properties = NativeWrapper.EvtRenderBufferWithContextUserOrValues(this.session.renderContextHandleUser, this.
handle
);
355
return NativeWrapper.EvtRenderBufferWithContextUserOrValues(propertySelector.Handle, this.
handle
);
364
NativeWrapper.EvtRender(EventLogHandle.Zero, this.
handle
, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventXml, renderBuffer);
376
if ( this.
handle
!= null && !this.
handle
.IsInvalid )
377
this.
handle
.Dispose();