2 references to GetNextEntry
Microsoft.DotNet.SignTool (1)
src\ZipData.cs (1)
373
var entry = reader.
GetNextEntry
();
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
463
while ((entry = reader.
GetNextEntry
()) != null)