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