1 write to HostingEnvironment
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostService.cs (1)
43
HostingEnvironment
= hostingEnvironment;
2 references to HostingEnvironment
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostService.cs (2)
154
var showDetailedErrors =
HostingEnvironment
.IsDevelopment() || Options.WebHostOptions.DetailedErrors;
156
application = ErrorPageBuilder.BuildErrorPageApplication(
HostingEnvironment
.ContentRootFileProvider, Logger, showDetailedErrors, ex);