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