6 references to Name
Microsoft.TemplateEngine.Edge (6)
Mount\FileSystem\FileSystemDirectory.cs (2)
77return new FileSystemDirectory(MountPoint, baseName, _paths.Name(x), x); 97return new FileSystemFile(MountPoint, baseName, _paths.Name(x), x);
Mount\FileSystem\FileSystemMountPoint.cs (4)
50return new FileSystemFile(this, path, _paths.Name(fullPath), fullPath); 56return new FileSystemDirectory(this, path, _paths.Name(fullPath), fullPath); 65return new FileSystemDirectory(this, path, _paths.Name(fullPath), fullPath); 68return new FileSystemFile(this, path, _paths.Name(fullPath), fullPath);