2 implementations of ContentRootFileProvider
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEnvironment.cs (1)
26
public IFileProvider
ContentRootFileProvider
{ get; set; } = default!;
Microsoft.Extensions.Hosting (1)
Internal\HostingEnvironment.cs (1)
36
public IFileProvider
ContentRootFileProvider
{ get; set; } = null!;