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)
53if (_relativePath.EndsWith("/") && entry.Name == "") 65public string RelativePath => _relativePath;