12 references to ZipFileInfo
WindowsBase (12)
Base\MS\Internal\IO\Packaging\PieceDirectory.cs (5)
174sortedPieceInfoList[0].ZipFileInfo.GetStream(mode, access), 188_zipArchive = sortedPieceInfoList[0].ZipFileInfo.ZipArchive; 402Stream pieceStream = _sortedPieceInfoList[pieceNumber].ZipFileInfo.GetStream( 434_zipArchive.DeleteFile(_sortedPieceInfoList[pieceNumber].ZipFileInfo.Name); 449ZipFileInfo firstPieceInfo = _sortedPieceInfoList[0].ZipFileInfo;
Base\System\IO\Packaging\ZipPackage.cs (7)
633ZipArchive zipArchive = sortedPieceInfoList[0].ZipFileInfo.ZipArchive; 636zipArchive.DeleteFile(pieceInfo.ZipFileInfo.Name); 788GetCompressionOptionFromZipFileInfo(pieces[startIndex].ZipFileInfo))); 1032_contentTypeStreamPieces[0].ZipFileInfo.CompressionMethod; 1034_contentTypeStreamPieces[0].ZipFileInfo.DeflateOption; 1611AddItem(pieceInfo.PartUri, pieceInfo.NormalizedPrefixName, pieceInfo.ZipFileInfo.Name); 1639zipFileInfoNameList.Add(pieces[i].ZipFileInfo.Name);