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