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