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)
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);