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