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