3 references to _root
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (3)
TestInfrastructure\VirtualRazorProjectFileSystem.cs (3)
13
var directory =
_root
.GetDirectory(basePath);
28
return
_root
.GetItem(path) ?? new NotFoundProjectItem(string.Empty, path);
36
_root
.AddFile(new FileNode(filePath, projectItem));