4 references to HostBuildingEventName
Microsoft.Extensions.Hosting (4)
HostBuilder.cs (4)
177if (diagnosticListener.IsEnabled() && diagnosticListener.IsEnabled(HostBuildingEventName)) 179Write(diagnosticListener, HostBuildingEventName, hostBuilder); 189if (diagnosticListener.IsEnabled() && diagnosticListener.IsEnabled(HostBuildingEventName)) 191Write(diagnosticListener, HostBuildingEventName, hostApplicationBuilder.AsHostBuilder());