2 implementations of FileSystemInfo
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (1)
109public IFileSystemInfo? FileSystemInfo(string path)
Mount\FileSystem\FileSystemMountPoint.cs (1)
59public IFileSystemInfo FileSystemInfo(string path)
1 reference to FileSystemInfo
Microsoft.TemplateEngine.Utils (1)
FileSystemInfoExtensions.cs (1)
62return info.MountPoint.FileSystemInfo(fullPath);