3 references to FileProvider
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (3)
FileProviderRazorProjectFileSystem.cs (3)
35
var fileInfo =
FileProvider
.GetFileInfo(path);
43
return EnumerateFiles(
FileProvider
.GetDirectoryContents(path), path, prefix: string.Empty);
55
var subDirectory =
FileProvider
.GetDirectoryContents(JoinPath(basePath, relativePath));