2 references to RazorFileHierarchy
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
431
foreach (var filePath in
RazorFileHierarchy
.GetViewStartPaths(path))
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvokerCache.cs (1)
117
foreach (var filePath in
RazorFileHierarchy
.GetViewStartPaths(descriptor.RelativePath))