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