Base:
property
ProviderName
System.Diagnostics.Eventing.Reader.EventRecord.ProviderName
6 references to ProviderName
System.Core (6)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (6)
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);