1 write to _cachedMetadataInformation
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogReader.cs (1)
73
_cachedMetadataInformation
= new ProviderMetadataCachedInformation(eventQuery.Session, logfile, 50);
1 reference to _cachedMetadataInformation
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogReader.cs (1)
174
EventLogRecord eventInstance = new EventLogRecord(new EventLogHandle(_eventsBuffer[_currentIndex], true), _eventQuery.Session,
_cachedMetadataInformation
);