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