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