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