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