2 implementations of Root
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (1)
27public IDirectory Root { get; }
Mount\FileSystem\FileSystemMountPoint.cs (1)
26public IDirectory Root { get; }
4 references to Root
Microsoft.TemplateEngine.Edge (4)
Mount\Archive\ZipFileMountPointFactory.cs (1)
53IFile? file = parent.Root.FileInfo(uri.LocalPath);
Mount\FileSystemInfoBase.cs (1)
37return MountPoint.Root;
Settings\Scanner.cs (2)
141if (!source.MountPoint.Root.EnumerateFiles("*.dll", SearchOption.AllDirectories).Any()) 209mountPoint.Root.CopyTo(targetPath);