3 references to File
Microsoft.TemplateEngine.Edge (3)
Mount\Archive\ZipFileFile.cs (2)
21public override bool Exists => _entry != null || (_mountPoint.Universe.TryGetValue(FullPath, out var info) && info.Kind == FileSystemInfoKind.File); 27if (!_mountPoint.Universe.TryGetValue(FullPath, out var info) || info.Kind != FileSystemInfoKind.File || !info.Exists)
Mount\FileBase.cs (1)
11: base(mountPoint, fullPath, name, FileSystemInfoKind.File)