1 write to _context
Microsoft.AspNetCore (1)
ConfigureHostBuilder.cs (1)
32_context = context;
7 references to _context
Microsoft.AspNetCore (7)
ConfigureHostBuilder.cs (7)
36public IDictionary<object, object> Properties => _context.Properties; 47configureDelegate(_context, _configuration); 66var previousContentRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.ContentRootPath); 98configureDelegate(_context, _services); 114return UseServiceProviderFactory(factory(_context)); 130action(_context, _services); 140action(_context, containerBuilder);