4 references to GetNextEntry
Microsoft.DotNet.SignCheckLibrary (1)
Utils.cs (1)
233return reader.GetNextEntry();
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
528while (tarReader.GetNextEntry() is TarEntry entry)
sdk-tasks (1)
ExtractArchiveToDirectory.cs (1)
120while (tr.GetNextEntry() is TarEntry tarEntry)
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
463while ((entry = reader.GetNextEntry()) != null)