1 instantiation of LayerTarGZipStream
Microsoft.NET.Build.Containers (1)
Layer.cs (1)
104using (LayerTarGZipStream layerStream = new(fs, leaveOpen: true))
3 references to LayerTarGZipStream
Microsoft.NET.Build.Containers (3)
Layer.cs (3)
104using (LayerTarGZipStream layerStream = new(fs, leaveOpen: true)) 170static void WriteEntry(TarWriter writer, LayerTarGZipStream layerStream, PaxTarEntry entry) 177static void WriteTarEntryForFile(TarWriter writer, LayerTarGZipStream layerStream, FileSystemInfo file, string containerPath, IEnumerable<KeyValuePair<string, string>> entryAttributes, int? userId, DateTimeOffset modificationTime)