2 writes to _relativePath
Microsoft.DotNet.SignTool (2)
src\ZipDataEntry.cs (2)
23
_relativePath
= relativePath;
47
_relativePath
= entry.FullName; // lgtm [cs/zipslip] Archive from trusted source
2 references to _relativePath
Microsoft.DotNet.SignTool (2)
src\ZipDataEntry.cs (2)
50
if (
_relativePath
.EndsWith("/") && entry.Name == "")
62
public string RelativePath =>
_relativePath
;