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