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; 274services.AddSingleton(_context); 280_configureAppConfigurationBuilder?.Invoke(_context, builder); 285_context.Configuration = configuration; 308_configureServices?.Invoke(_context, services);