1 write to ArchivePath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarManifestFileBase.cs (1)
90
ArchivePath
= archivePath;
2 references to ArchivePath
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarManifestFile.cs (1)
41
using (ZipArchive archive = ZipFile.Open(
ArchivePath
, ZipArchiveMode.Read))
Verification\Jar\JarManifestFileBase.cs (1)
93
using (ZipArchive archive = ZipFile.Open(
ArchivePath
, ZipArchiveMode.Read))