2 writes to _entry
Microsoft.TemplateEngine.Edge (2)
Mount\Archive\ZipFileFile.cs (2)
17
_entry
= entry;
41
_entry
= self._entry;
5 references to _entry
Microsoft.TemplateEngine.Edge (5)
Mount\Archive\ZipFileFile.cs (5)
21
public override bool Exists =>
_entry
!= null || (_mountPoint.Universe.TryGetValue(FullPath, out var info) && info.Kind == FileSystemInfoKind.File);
25
if (
_entry
== null)
36
if (self.
_entry
== null)
41
_entry = self.
_entry
;
44
return
_entry
.Open();