4 references to GetNextEntry
Microsoft.Build.Tasks.Core (2)
Untar.cs (2)
273
for (TarEntry? tarEntry = reader.
GetNextEntry
(); tarEntry is not null && !_cancellationTokenSource.IsCancellationRequested; tarEntry = reader.
GetNextEntry
())
sdk-tasks (1)
ExtractArchiveToDirectory.cs (1)
120
while (tr.
GetNextEntry
() is TarEntry tarEntry)
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
660
while ((entry = reader.
GetNextEntry
()) != null)