1 instantiation of HostingEventSource
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEventSource.cs (1)
11public static readonly HostingEventSource Log = new HostingEventSource();
11 references to HostingEventSource
Microsoft.AspNetCore.Hosting (11)
GenericHost\GenericWebHostService.cs (4)
64HostingEventSource.Log.HostStart(); 159var httpApplication = new HostingApplication(application, Logger, DiagnosticListener, ActivitySource, Propagator, HttpContextFactory, HostingEventSource.Log, HostingMetrics); 162HostingEventSource.Log.ServerReady(); 197HostingEventSource.Log.HostStop();
Internal\HostingApplication.cs (1)
27HostingEventSource eventSource,
Internal\HostingApplicationDiagnostics.cs (2)
33private readonly HostingEventSource _eventSource; 42HostingEventSource eventSource,
Internal\HostingEventSource.cs (1)
11public static readonly HostingEventSource Log = new HostingEventSource();
Internal\WebHost.cs (3)
128HostingEventSource.Log.HostStart(); 145var hostingApp = new HostingApplication(application, _logger, diagnosticSource, activitySource, propagator, httpContextFactory, HostingEventSource.Log, hostingMetrics); 310HostingEventSource.Log.HostStop();