3 instantiations of BootstrapHostBuilder
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
61var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 124var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 179var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder);
4 references to BootstrapHostBuilder
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
61var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 124var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 179var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 206private ServiceDescriptor InitializeHosting(BootstrapHostBuilder bootstrapHostBuilder)