3 references to GetNextEntry
Microsoft.DotNet.SignCheckLibrary (1)
Utils.cs (1)
232return reader.GetNextEntry();
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
517while (tarReader.GetNextEntry() is TarEntry entry)
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
463while ((entry = reader.GetNextEntry()) != null)