2 references to Initialize
Microsoft.AspNetCore.Hosting (2)
GenericHost\WebHostBuilderBase.cs (1)
85
webHostBuilderContext.HostingEnvironment.
Initialize
(context.HostingEnvironment.ContentRootPath, options, baseEnvironment: context.HostingEnvironment);
WebHostBuilder.cs (1)
262
((IWebHostEnvironment)_hostingEnvironment).
Initialize
(contentRootPath, _options);