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