2 implementations of FileInfo
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (1)
90public IFile FileInfo(string path)
Mount\FileSystem\FileSystemMountPoint.cs (1)
41public IFile FileInfo(string path)
3 references to FileInfo
Microsoft.TemplateEngine.Cli (1)
HostSpecificDataLoader.cs (1)
66file = mountPoint.FileInfo(templateInfo.HostConfigPlace);
Microsoft.TemplateEngine.Edge (1)
Settings\TemplateCache.cs (1)
227IFile? hostFile = mountPoint.FileInfo(path);
Microsoft.TemplateEngine.Utils (1)
FileSystemInfoExtensions.cs (1)
50return info.MountPoint.FileInfo(fullPath);