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