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