2 instantiations of 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);
4 references to ProviderMetadataCachedInformation
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
64
ProviderMetadataCachedInformation
cachedMetadataInformation;
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
57
private
ProviderMetadataCachedInformation
cachedMetadataInformation;
61
internal EventLogRecord(EventLogHandle handle, EventLogSession session,
ProviderMetadataCachedInformation
cachedMetadataInfo) {
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
52
ProviderMetadataCachedInformation
cachedMetadataInformation;