2 writes to _contentTypeStreamPieces
WindowsBase (2)
Base\System\IO\Packaging\ZipPackage.cs (2)
1038
_contentTypeStreamPieces
= null;
1310
_contentTypeStreamPieces
= pieces;
4 references to _contentTypeStreamPieces
WindowsBase (4)
Base\System\IO\Packaging\ZipPackage.cs (4)
1026
if (
_contentTypeStreamPieces
!= null)
1032
_contentTypeStreamPieces
[0].ZipFileInfo.CompressionMethod;
1034
_contentTypeStreamPieces
[0].ZipFileInfo.DeflateOption;
1036
ZipPackage.DeleteInterleavedPartOrStream(
_contentTypeStreamPieces
);