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