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