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