1 write to ArchivePath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarFile.cs (1)
94ArchivePath = path;
4 references to ArchivePath
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarFile.cs (4)
55_manifest = new JarManifestFile(ArchivePath); 97using (ZipArchive jarArchive = ZipFile.OpenRead(ArchivePath)) 177using (ZipArchive archive = ZipFile.Open(ArchivePath, ZipArchiveMode.Read)) 195signatureFiles.Add(new JarSignatureFile(ArchivePath, file.FullName, rsaEntry?.FullName, dsaEntry?.FullName));