3 references to _root
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\VirtualRazorProjectFileSystem.cs (3)
17
var directory =
_root
.GetDirectory(basePath);
24
return
_root
.GetItem(path) ?? new NotFoundProjectItem(path, fileKind);
32
_root
.AddFile(new FileNode(filePath, projectItem));