6 references to FindHierarchicalItems
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
RazorProjectFileSystemTest.cs (4)
206
var result = project.
FindHierarchicalItems
(basePath, path, "File.cshtml");
245
var result = project.
FindHierarchicalItems
(basePath, path, "File.cshtml");
274
var result = project.
FindHierarchicalItems
(basePath, path, "File.cshtml");
297
var result = project.
FindHierarchicalItems
(basePath, path, "File.cshtml");
VirtualRazorProjectFileSystemTest.cs (1)
187
var items = projectSystem.
FindHierarchicalItems
("/", "/Views/Home/Index.cshtml", "_ViewImports.cshtml");
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectFileSystem.cs (1)
63
return
FindHierarchicalItems
(basePath: DefaultBasePath, path, fileName);