9 references to RelativePath
Microsoft.DotNet.SignTool (8)
src\Configuration.cs (5)
818var fileUniqueKey = new SignedFileContentKey(entry.ContentHash, Path.GetFileName(entry.RelativePath)); 830var fileName = Path.GetFileName(entry.RelativePath); 835string tempPath = Path.Combine(_pathToContainerUnpackingDirectory, extractPathRoot, entry.RelativePath); 854nestedParts.Add(entry.RelativePath, new ZipPart(entry.RelativePath, fileSignInfo));
src\VerifySignatures.cs (1)
299string entryPath = Path.Combine(workingDir, entry.RelativePath);
src\ZipData.cs (2)
588string controlArchive = Path.Combine(workingDir, controlEntry.RelativePath); 801string outputPath = Path.Combine(layout, entry.RelativePath);
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
466string archive = Path.Combine(destinationFolder, entry.RelativePath);