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