4 references to MaxContentTypesXmlSize
System.IO.Packaging (4)
System\IO\Packaging\ZipPackage.cs (4)
1146if (_contentTypeZipArchiveEntry.Length > MaxContentTypesXmlSize) 1148throw new FileFormatException(SR.Format(SR.ContentTypeStreamTooLarge, MaxContentTypesXmlSize)); 1166if (pieceLength > MaxContentTypesXmlSize - totalLength) 1168throw new FileFormatException(SR.Format(SR.ContentTypeStreamTooLarge, MaxContentTypesXmlSize));