2 references to ProviderMetadataCachedInformation
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogReader.cs (1)
73
_cachedMetadataInformation = new
ProviderMetadataCachedInformation
(eventQuery.Session, logfile, 50);
System\Diagnostics\Reader\EventLogWatcher.cs (1)
74
cachedMetadataInformation = new
ProviderMetadataCachedInformation
(eventQuery.Session, null, 50);