5 references to GetNextEntry
aspire (1)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (1)
488while (tarReader.GetNextEntry() is { } entry)
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)