1 write to _context
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
60
_context
= new WebHostBuilderContext
5 references to _context
Microsoft.AspNetCore.Hosting (5)
WebHostBuilder.cs (5)
265
_context
.HostingEnvironment = _hostingEnvironment;
275
services.AddSingleton(
_context
);
281
_configureAppConfigurationBuilder?.Invoke(
_context
, builder);
286
_context
.Configuration = configuration;
309
_configureServices?.Invoke(
_context
, services);