6 references to WriteEntry
Microsoft.DotNet.SignTool (4)
src\ZipData.cs (4)
537writer.WriteEntry(entry); 545writer.WriteEntry(entry); 751writer.WriteEntry(entry); 755writer.WriteEntry(entry);
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (1)
249/// <remarks>If you write data to this data stream, make sure to rewind it to the desired start position before writing this entry into an archive using <see cref="TarWriter.WriteEntry(TarEntry)"/>.</remarks>
System\Formats\Tar\TarWriter.cs (1)
179WriteEntry(entry);