9 references to RelativePath
Microsoft.DotNet.SignTool (8)
src\Configuration.cs (5)
838var fileUniqueKey = new SignedFileContentKey(entry.ContentHash, Path.GetFileName(entry.RelativePath)); 850var fileName = Path.GetFileName(entry.RelativePath); 855string tempPath = Path.Combine(_pathToContainerUnpackingDirectory, extractPathRoot, entry.RelativePath); 874nestedParts.Add(entry.RelativePath, new ZipPart(entry.RelativePath, fileSignInfo));
src\VerifySignatures.cs (1)
258string entryPath = Path.Combine(workingDir, entry.RelativePath);
src\ZipData.cs (2)
602string controlArchive = Path.Combine(workingDir, controlEntry.RelativePath); 852string outputPath = Path.Combine(layout, entry.RelativePath);
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
480string archive = Path.Combine(destinationFolder, entry.RelativePath);