2 instantiations of JarIndividualEntry
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarIndividualSection.cs (2)
55
Add(new
JarIndividualEntry
(entryText));
60
Add(new
JarIndividualEntry
(entryText));
2 references to JarIndividualEntry
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarIndividualSection.cs (1)
15
public class JarIndividualSection : List<
JarIndividualEntry
>
Verification\Jar\JarManifestFile.cs (1)
47
private bool Verify(
JarIndividualEntry
entry, ZipArchiveEntry archiveEntry)