2 instantiations of 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)
74cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.Session, null, 50);
4 references to ProviderMetadataCachedInformation
System.Diagnostics.EventLog (4)
System\Diagnostics\Reader\EventLogReader.cs (1)
48private readonly ProviderMetadataCachedInformation _cachedMetadataInformation;
System\Diagnostics\Reader\EventLogRecord.cs (2)
32private readonly ProviderMetadataCachedInformation _cachedMetadataInformation; 34internal EventLogRecord(EventLogHandle handle, EventLogSession session, ProviderMetadataCachedInformation cachedMetadataInfo)
System\Diagnostics\Reader\EventLogWatcher.cs (1)
37private readonly ProviderMetadataCachedInformation cachedMetadataInformation;