1 write to ArchivePath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarManifestFileBase.cs (1)
90ArchivePath = archivePath;
6 references to ArchivePath
Microsoft.DotNet.SignCheckLibrary (6)
Verification\Jar\JarManifestFile.cs (1)
41using (ZipArchive archive = ZipFile.Open(ArchivePath, ZipArchiveMode.Read))
Verification\Jar\JarManifestFileBase.cs (1)
93using (ZipArchive archive = ZipFile.Open(ArchivePath, ZipArchiveMode.Read))
Verification\Jar\JarSignatureFile.cs (4)
209byte[] signatureBlockBytes = JarUtils.ReadBytes(ArchivePath, SignatureBlockFilePath); 210byte[] signatureFileBytes = JarUtils.ReadBytes(ArchivePath, SignatureFilePath); 240byte[] signatureBlockBytes = JarUtils.ReadBytes(ArchivePath, SignatureBlockFilePath); 241byte[] signatureFileBytes = JarUtils.ReadBytes(ArchivePath, SignatureFilePath);