2 references to GetNextEntry
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
370
while (tarReader.
GetNextEntry
() is TarEntry entry)
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
463
while ((entry = reader.
GetNextEntry
()) != null)