1 instantiation of EventLogSession
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (1)
184static EventLogSession globalSession = new EventLogSession();
17 references to EventLogSession
System.Core (17)
System\Diagnostics\Eventing\Reader\EventLogConfiguration.cs (3)
65private EventLogSession session = null; 73public EventLogConfiguration(string logName, EventLogSession session) { 78session = EventLogSession.GlobalSession;
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
41internal EventLogInformation(EventLogSession session, string channelName, PathType pathType) {
System\Diagnostics\Eventing\Reader\EventLogQuery.cs (3)
37private EventLogSession session; 48this.session = EventLogSession.GlobalSession; 61public EventLogSession Session {
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
37private EventLogSession session; 61internal EventLogRecord(EventLogHandle handle, EventLogSession session, ProviderMetadataCachedInformation cachedMetadataInfo) {
System\Diagnostics\Eventing\Reader\EventLogSession.cs (2)
184static EventLogSession globalSession = new EventLogSession(); 185public static EventLogSession GlobalSession {
System\Diagnostics\Eventing\Reader\ProviderMetadata.cs (4)
42private EventLogSession session = null; 66public ProviderMetadata(string providerName, EventLogSession session, CultureInfo targetCultureInfo) 73internal ProviderMetadata(string providerName, EventLogSession session, CultureInfo targetCultureInfo, string logFilePath) { 81session = EventLogSession.GlobalSession;
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (2)
35private EventLogSession session; 98public ProviderMetadataCachedInformation(EventLogSession session, string logfile, int maximumCacheSize) {