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; 273services.AddSingleton(_context); 279_configureAppConfigurationBuilder?.Invoke(_context, builder); 284_context.Configuration = configuration; 307_configureServices?.Invoke(_context, services);