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