2 references to ProviderMetadataCachedInformation
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
88
this.cachedMetadataInformation = new
ProviderMetadataCachedInformation
(eventQuery.Session, logfile, 50 );
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
84
this.cachedMetadataInformation = new
ProviderMetadataCachedInformation
(eventQuery.Session, null, 50);