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