1 write to _context
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
59
_context
= new WebHostBuilderContext
5 references to _context
Microsoft.AspNetCore.Hosting (5)
WebHostBuilder.cs (5)
264
_context
.HostingEnvironment = _hostingEnvironment;
274
services.AddSingleton(
_context
);
280
_configureAppConfigurationBuilder?.Invoke(
_context
, builder);
285
_context
.Configuration = configuration;
308
_configureServices?.Invoke(
_context
, services);