2 references to HostApplicationBuilderConstructedEventName
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
220
if (diagnosticListener.IsEnabled() && diagnosticListener.IsEnabled(
HostApplicationBuilderConstructedEventName
))
222
diagnosticListener.Write(
HostApplicationBuilderConstructedEventName
, this);