1 write to _context
Microsoft.AspNetCore (1)
ConfigureWebHostBuilder.cs (1)
28_context = webHostBuilderContext;
6 references to _context
Microsoft.AspNetCore (6)
ConfigureWebHostBuilder.cs (6)
41var previousContentRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.ContentRootPath); 43var previousWebRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.WebRootPath, previousContentRoot); 51configureDelegate(_context, _configuration); 93configureServices(_context, _services); 118var previousContentRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.ContentRootPath); 119var previousWebRoot = HostingPathResolver.ResolvePath(_context.HostingEnvironment.WebRootPath);