2 instantiations of ProviderMetadataCachedInformation
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
88this.cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.Session, logfile, 50 );
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
84this.cachedMetadataInformation = new ProviderMetadataCachedInformation(eventQuery.Session, null, 50);
4 references to ProviderMetadataCachedInformation
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (1)
64ProviderMetadataCachedInformation cachedMetadataInformation;
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
57private ProviderMetadataCachedInformation cachedMetadataInformation; 61internal EventLogRecord(EventLogHandle handle, EventLogSession session, ProviderMetadataCachedInformation cachedMetadataInfo) {
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
52ProviderMetadataCachedInformation cachedMetadataInformation;