4 instantiations of FileSystemDirectory
Microsoft.TemplateEngine.Edge (4)
Mount\FileSystem\FileSystemDirectory.cs (1)
77return new FileSystemDirectory(MountPoint, baseName, _paths.Name(x), x);
Mount\FileSystem\FileSystemMountPoint.cs (3)
23Root = new FileSystemDirectory(this, "/", string.Empty, MountPointRootPath); 56return new FileSystemDirectory(this, path, _paths.Name(fullPath), fullPath); 65return new FileSystemDirectory(this, path, _paths.Name(fullPath), fullPath);
1 reference to FileSystemDirectory
Microsoft.TemplateEngine.Edge (1)
Mount\FileSystem\FileSystemDirectory.cs (1)
32throw new NotSupportedException($"{nameof(FileSystemDirectory)} may only exist in {nameof(FileSystemMountPoint)} mount point.");