3 writes to ContentRootPath
Microsoft.AspNetCore (3)
WebApplicationBuilder.cs (3)
45ContentRootPath = options.ContentRootPath, 100ContentRootPath = options.ContentRootPath, 161ContentRootPath = options.ContentRootPath,
3 references to ContentRootPath
Microsoft.Extensions.Hosting (3)
HostApplicationBuilder.cs (3)
91if (settings.ContentRootPath is null && Configuration[HostDefaults.ContentRootKey] is null) 154if (settings.ContentRootPath is not null) 157optionList.Add(new KeyValuePair<string, string?>(HostDefaults.ContentRootKey, settings.ContentRootPath));