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