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