1 write to Context
Microsoft.AspNetCore (1)
BootstrapHostBuilder.cs (1)
28Context = (HostBuilderContext)descriptor.ImplementationInstance!;
5 references to Context
Microsoft.AspNetCore (5)
BootstrapHostBuilder.cs (4)
33if (Context is null) 39public IDictionary<object, object> Properties => Context.Properties; 96configureAppAction(Context, _builder.Configuration); 101configureServicesAction(Context, _builder.Services);
WebApplicationBuilder.cs (1)
213Host = new ConfigureHostBuilder(bootstrapHostBuilder.Context, Configuration, Services);