2 references to GetNextEntry
sdk-tasks (1)
ExtractArchiveToDirectory.cs (1)
120while (tr.GetNextEntry() is TarEntry tarEntry)
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
660while ((entry = reader.GetNextEntry()) != null)