1 instantiation of FileSystemMountPoint
Microsoft.TemplateEngine.Edge (1)
Mount\FileSystem\FileSystemMountPointFactory.cs (1)
35
mountPoint = new
FileSystemMountPoint
(environmentSettings, mountPointUri, uri.LocalPath);
5 references to FileSystemMountPoint
Microsoft.TemplateEngine.Edge (5)
Mount\FileSystem\FileSystemDirectory.cs (4)
30
if (MountPoint is not
FileSystemMountPoint
fileSystemMountPoint)
32
throw new NotSupportedException($"{nameof(FileSystemDirectory)} may only exist in {nameof(
FileSystemMountPoint
)} mount point.");
60
string baseName = x.Substring(((
FileSystemMountPoint
)MountPoint).MountPointRootPath.Length).Replace(Path.DirectorySeparatorChar, '/');
85
string baseName = x.Substring(((
FileSystemMountPoint
)MountPoint).MountPointRootPath.Length).Replace(Path.DirectorySeparatorChar, '/');
Settings\Scanner.cs (1)
118
bool isLocalFlatFileSource = mountPoint is
FileSystemMountPoint