3 instantiations of BootstrapHostBuilder
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
59var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 122var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 177var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder);
4 references to BootstrapHostBuilder
Microsoft.AspNetCore (4)
WebApplicationBuilder.cs (4)
59var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 122var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 177var bootstrapHostBuilder = new BootstrapHostBuilder(_hostApplicationBuilder); 204private ServiceDescriptor InitializeHosting(BootstrapHostBuilder bootstrapHostBuilder)