4 references to GetNextEntry
Microsoft.DotNet.Build.Tasks.Installers (2)
src\CreateRpmPackage.cs (2)
122for (CpioEntry entry = reader.GetNextEntry(); entry is not null; entry = reader.GetNextEntry())
Microsoft.DotNet.SignCheckLibrary (1)
Verification\RpmVerifier.cs (1)
30while (archive.GetNextEntry() is CpioEntry entry)
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
659while (archive.GetNextEntry() is CpioEntry entry)