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