4 references to GetNextEntry
Microsoft.Build.Tasks.Core (2)
Untar.cs (2)
273for (TarEntry? tarEntry = reader.GetNextEntry(); tarEntry is not null && !_cancellationTokenSource.IsCancellationRequested; tarEntry = reader.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)