3 references to StoredData
System.IO.Compression (3)
System\IO\Compression\ZipArchive.cs (1)
743
if ((entry.Changes & (ChangeState.DynamicLengthMetadata | ChangeState.
StoredData
)) != 0)
System\IO\Compression\ZipArchiveEntry.cs (2)
753
Changes |= ZipArchive.ChangeState.
StoredData
;
774
Changes |= ZipArchive.ChangeState.
StoredData
;