4 references to StoredData
System.IO.Compression (4)
System\IO\Compression\ZipArchive.cs (1)
730
if ((entry.Changes & (ChangeState.DynamicLengthMetadata | ChangeState.
StoredData
)) != 0)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
215
Changes |= ZipArchive.ChangeState.
StoredData
;
System\IO\Compression\ZipArchiveEntry.cs (2)
790
Changes |= ZipArchive.ChangeState.
StoredData
;
811
Changes |= ZipArchive.ChangeState.
StoredData
;