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