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