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