1 write to _hostingStartupErrors
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostBuilder.cs (1)
162
_hostingStartupErrors
= new AggregateException(exceptions);
1 reference to _hostingStartupErrors
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostBuilder.cs (1)
69
options.HostingStartupExceptions =
_hostingStartupErrors
;