2 instantiations of JarIndividualEntry
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarIndividualSection.cs (2)
55Add(new JarIndividualEntry(entryText)); 60Add(new JarIndividualEntry(entryText));
4 references to JarIndividualEntry
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarIndividualSection.cs (1)
15public class JarIndividualSection : List<JarIndividualEntry>
Verification\Jar\JarManifestFile.cs (1)
47private bool Verify(JarIndividualEntry entry, ZipArchiveEntry archiveEntry)
Verification\Jar\JarSignatureFile.cs (2)
145foreach (JarIndividualEntry signatureFileEntry in IndividualSection) 147JarIndividualEntry manifestFileEntry = manifestFile.IndividualSection.FirstOrDefault(