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; 275services.AddSingleton(_context); 281_configureAppConfigurationBuilder?.Invoke(_context, builder); 286_context.Configuration = configuration; 309_configureServices?.Invoke(_context, services);