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