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