5 references to WriteEntry
Microsoft.NET.Build.Containers (3)
Layer.cs (3)
102
writer.
WriteEntry
(entry);
136
writer.
WriteEntry
(entry);
177
writer.
WriteEntry
(entry);
System.Formats.Tar (2)
System\Formats\Tar\TarEntry.cs (1)
264
/// <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)
202
WriteEntry
(entry);