1 write to _context
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
58
_context
= new WebHostBuilderContext
5 references to _context
Microsoft.AspNetCore.Hosting (5)
WebHostBuilder.cs (5)
263
_context
.HostingEnvironment = _hostingEnvironment;
273
services.AddSingleton(
_context
);
279
_configureAppConfigurationBuilder?.Invoke(
_context
, builder);
284
_context
.Configuration = configuration;
307
_configureServices?.Invoke(
_context
, services);