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