1 write to ContentRootPath
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostOptions.cs (1)
26
ContentRootPath
= environment?.ContentRootPath ?? GetConfig(WebHostDefaults.ContentRootKey);
1 reference to ContentRootPath
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
259
var contentRootPath = ResolveContentRootPath(_options.
ContentRootPath
, AppContext.BaseDirectory);