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