1 write to _context
Microsoft.AspNetCore (1)
ConfigureWebHostBuilder.cs (1)
28_context = webHostBuilderContext;
6 references to _context
Microsoft.AspNetCore (6)
ConfigureWebHostBuilder.cs (6)
39var previousContentRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.ContentRootPath); 41var previousWebRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.WebRootPath, previousContentRoot); 49configureDelegate(_context, _configuration); 91configureServices(_context, _services); 116var previousContentRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.ContentRootPath); 117var previousWebRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.WebRootPath);