1 write to _zipArchiveEntry
System.IO.Packaging (1)
System\IO\Packaging\ZipPackagePart.cs (1)
72
_zipArchiveEntry
= zipArchiveEntry;
5 references to _zipArchiveEntry
System.IO.Packaging (5)
System\IO\Packaging\ZipPackagePart.cs (5)
26
if (
_zipArchiveEntry
!= null)
33
if (streamFileMode == FileMode.Create &&
_zipArchiveEntry
.Archive.Mode != ZipArchiveMode.Create)
35
using (var tempStream = _zipStreamManager.Open(
_zipArchiveEntry
, streamFileAccess))
41
var stream = _zipStreamManager.Open(
_zipArchiveEntry
, streamFileAccess);
107
internal ZipArchiveEntry? ZipArchiveEntry =>
_zipArchiveEntry
;