1 write to MountPointRootPath
Microsoft.TemplateEngine.Edge (1)
Mount\FileSystem\FileSystemMountPoint.cs (1)
20MountPointRootPath = mountPointRootPath;
7 references to MountPointRootPath
Microsoft.TemplateEngine.Edge (7)
Mount\FileSystem\FileSystemDirectory.cs (3)
35string baseName = x.Substring(fileSystemMountPoint.MountPointRootPath.Length).Replace(Path.DirectorySeparatorChar, '/'); 60string baseName = x.Substring(((FileSystemMountPoint)MountPoint).MountPointRootPath.Length).Replace(Path.DirectorySeparatorChar, '/'); 85string baseName = x.Substring(((FileSystemMountPoint)MountPoint).MountPointRootPath.Length).Replace(Path.DirectorySeparatorChar, '/');
Mount\FileSystem\FileSystemMountPoint.cs (4)
23Root = new FileSystemDirectory(this, "/", string.Empty, MountPointRootPath); 43string fullPath = Path.Combine(MountPointRootPath, path.TrimStart('/')); 55string fullPath = Path.Combine(MountPointRootPath, path.TrimStart('/')); 61string fullPath = Path.Combine(MountPointRootPath, path.TrimStart('/'));