1 write to _paths
Microsoft.TemplateEngine.Edge (1)
Mount\FileSystem\FileSystemMountPoint.cs (1)
22
_paths
= new SettingsFilePaths(environmentSettings);
4 references to _paths
Microsoft.TemplateEngine.Edge (4)
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);