3 instantiations of FileSystemFile
Microsoft.TemplateEngine.Edge (3)
Mount\FileSystem\FileSystemDirectory.cs (1)
97
return new
FileSystemFile
(MountPoint, baseName, _paths.Name(x), x);
Mount\FileSystem\FileSystemMountPoint.cs (2)
50
return new
FileSystemFile
(this, path, _paths.Name(fullPath), fullPath);
68
return new
FileSystemFile
(this, path, _paths.Name(fullPath), fullPath);