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