1 write to cachedMetadataInformation
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
84this.cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.Session, null, 50);
1 reference to cachedMetadataInformation
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
262EventLogRecord record = new EventLogRecord(new EventLogHandle(this.eventsBuffer[i], true), this.eventQuery.Session, this.cachedMetadataInformation);