2 instantiations of ZipFileFile
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileMountPoint.cs (2)
77universe[path] = new ZipFileFile(this, path, unescaped, entry); 92return new ZipFileFile(this, path, path.Substring(path.LastIndexOf('/') + 1), null);
1 reference to ZipFileFile
Microsoft.TemplateEngine.Edge (1)
Mount\Archive\ZipFileFile.cs (1)
31if (info is not ZipFileFile self)