2 references to ResolveContentRootPath
Microsoft.Extensions.Hosting (2)
HostApplicationBuilder.cs (1)
300
!string.Equals(previousContentRootPath, HostBuilder.
ResolveContentRootPath
(currentContentRootConfig, AppContext.BaseDirectory), StringComparison.OrdinalIgnoreCase))
HostBuilder.cs (1)
232
ContentRootPath =
ResolveContentRootPath
(hostConfiguration[HostDefaults.ContentRootKey], AppContext.BaseDirectory),