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