1 write to cachedMetadataInformation
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
62
this.
cachedMetadataInformation
= cachedMetadataInfo;
6 references to cachedMetadataInformation
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);