1 implementation of IKnownLengthFile
Microsoft.TemplateEngine.Edge (1)
Mount\Archive\ZipFileFile.cs (1)
10internal class ZipFileFile : FileBase, IKnownLengthFile
2 references to IKnownLengthFile
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
77if (sourceFile is IKnownLengthFile knownLengthFile)
Microsoft.TemplateEngine.Edge (1)
Mount\Archive\ZipFileFile.cs (1)
24long IKnownLengthFile.Length => GetEntry().Length;